次の方法で共有


IConventionComplexTypeBuilder.RemoveUnusedImplicitProperties メソッド

定義

メタデータ オブジェクトの一部でない場合は、指定されたリスト内のプロパティを削除します。

public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionComplexTypeBuilder RemoveUnusedImplicitProperties (System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty> properties);
abstract member RemoveUnusedImplicitProperties : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty> -> Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionComplexTypeBuilder
Public Function RemoveUnusedImplicitProperties (properties As IReadOnlyList(Of IConventionProperty)) As IConventionComplexTypeBuilder

パラメーター

properties
IReadOnlyList<IConventionProperty>

削除するプロパティ。

戻り値

適用対象