ComplexPropertyBuilder.Ignore(String) 方法

定义

从复杂类型中排除给定属性。 此方法通常用于从按约定添加的复杂类型中删除属性和导航。

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexPropertyBuilder Ignore (string propertyName);
abstract member Ignore : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexPropertyBuilder
override this.Ignore : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexPropertyBuilder
Public Overridable Function Ignore (propertyName As String) As ComplexPropertyBuilder

参数

propertyName
String

要从复杂类型中删除的属性的名称。

返回

适用于