Condividi tramite


Proprietà ODataEdmPropertyAnnotation.NullValueReadBehaviorKind

Ottiene il comportamento per i lettori durante la lettura di proprietà con valore Null.

Spazio dei nomi  Microsoft.Data.OData.Metadata
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Sintassi

'Dichiarazione
Public Property NullValueReadBehaviorKind As ODataNullValueBehaviorKind
    Get
    Set
'Utilizzo
Dim instance As ODataEdmPropertyAnnotation
Dim value As ODataNullValueBehaviorKind

value = instance.NullValueReadBehaviorKind

instance.NullValueReadBehaviorKind = value
public ODataNullValueBehaviorKind NullValueReadBehaviorKind { get; set; }
public:
property ODataNullValueBehaviorKind NullValueReadBehaviorKind {
    ODataNullValueBehaviorKind get ();
    void set (ODataNullValueBehaviorKind value);
}
member NullValueReadBehaviorKind : ODataNullValueBehaviorKind with get, set
function get NullValueReadBehaviorKind () : ODataNullValueBehaviorKind
function set NullValueReadBehaviorKind (value : ODataNullValueBehaviorKind)

Valore proprietà

Tipo: Microsoft.Data.OData.Metadata.ODataNullValueBehaviorKind
Comportamento per i lettori durante la lettura di proprietà con valore Null.

Vedere anche

Riferimento

ODataEdmPropertyAnnotation Classe

Spazio dei nomi Microsoft.Data.OData.Metadata