EdmProperty.Nullable Proprietà

Definizione

Ottiene un valore che indica se EdmProperty può avere un valore Null.

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

Valore della proprietà

true se l'oggetto EdmProperty può avere un valore null; in caso contrario false.

Si applica a