Freigeben über


IDataServiceQueryProvider.IsNullPropagationRequired-Eigenschaft

Ruft einen Wert ab, der angibt, ob NULL-Weitergabe in Ausdrucksbaumstrukturen erforderlich ist.

Namespace:  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
ReadOnly Property IsNullPropagationRequired As Boolean
    Get
'Usage
Dim instance As IDataServiceQueryProvider
Dim value As Boolean

value = instance.IsNullPropagationRequired
bool IsNullPropagationRequired { get; }
property bool IsNullPropagationRequired {
    bool get ();
}
abstract IsNullPropagationRequired : bool
function get IsNullPropagationRequired () : boolean

Eigenschaftswert

Typ: System.Boolean
Ein Boolean-Wert, der angibt, ob die Nullweitergabe erforderlich ist.

Siehe auch

Verweis

IDataServiceQueryProvider Schnittstelle

System.Data.Services.Providers-Namespace