EntityFrameworkDataServiceProvider.IsNullPropagationRequired Property

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

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

Syntax

'Declaration
Public Overridable ReadOnly Property IsNullPropagationRequired As Boolean 
    Get
'Usage
Dim instance As EntityFrameworkDataServiceProvider 
Dim value As Boolean 

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

Property Value

Type: System.Boolean

Implements

IDataServiceQueryProvider.IsNullPropagationRequired

See Also

Reference

EntityFrameworkDataServiceProvider Class

System.Data.Services.Providers Namespace