Entity.IsBase 属性

定义

指定实体是否为 的 Model基实体。

public:
 property bool IsBase { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public bool IsBase { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.IsBase : bool with get, set
Public Property IsBase As Boolean

属性值

如果实体是 Model 的基实体,则为 true;否则为 false

属性

适用于