Linguaggio

Entity.IsBase Proprietà

Definizione

Specifica se l'entità è un'entità base per il 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à base per il Model; altrimenti, false.

Attributi

Si applica a