MetaColumn.IsCustomProperty 属性

定义

获取一个值,该值指示数据库中是否存在数据字段。

public:
 property bool IsCustomProperty { bool get(); };
public bool IsCustomProperty { get; }
member this.IsCustomProperty : bool
Public ReadOnly Property IsCustomProperty As Boolean

属性值

Boolean

如果数据库中不存在数据字段,则为 true;否则为 false

注解

使用 属性确定数据字段是否位于数据库中,或者它是否是添加到数据上下文对象 IsCustomProperty 的额外属性。

适用于