IDataServiceQueryProvider.IsNullPropagationRequired Property

Gets a value that indicates whether null propagation is required in expression trees.

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

Property Value

Type: System.Boolean
A Boolean value that indicates whether null propagation is required.

See Also

Reference

IDataServiceQueryProvider Interface

System.Data.Services.Providers Namespace