1 implementation of IsNullPropagationRequired
System.Data.Services (1)
System\Data\Services\Providers\BaseServiceProvider.cs (1)
85public abstract bool IsNullPropagationRequired
1 reference to IsNullPropagationRequired
System.Data.Services (1)
System\Data\Services\Providers\DataServiceProviderWrapper.cs (1)
124get { return this.queryProvider.IsNullPropagationRequired; }