Condividi tramite


Proprietà IDataServiceQueryProvider.IsNullPropagationRequired

Ottiene un valore che indica se la propagazione null è richiesta nell'albero delle espressioni.

Spazio dei nomi  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Sintassi

'Dichiarazione
ReadOnly Property IsNullPropagationRequired As Boolean
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Boolean
Valore Boolean che indica se la propagazione null è necessaria.

Vedere anche

Riferimento

IDataServiceQueryProvider Interfaccia

Spazio dei nomi System.Data.Services.Providers