Condividi tramite


Entity.IsBase Proprietà

Definizione

Specifica se l'entità è un'entità di base per .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

Valore della proprietà

true se l'entità è un'entità di base per il Model; in caso contrario, false.

Attributi

Si applica a