次の方法で共有


IDataServiceQueryProvider.IsNullPropagationRequired プロパティ

式ツリーで null 値の反映が必要かどうかを示す値を取得します。

名前空間:  System.Data.Services.Providers
アセンブリ:  Microsoft.Data.Services (Microsoft.Data.Services.dll)

構文

'宣言
ReadOnly Property IsNullPropagationRequired As Boolean
    Get
'使用
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

プロパティ値

型: System.Boolean
null 値の反映が必要かどうかを示す Boolean 値。

関連項目

参照

IDataServiceQueryProvider インターフェイス

System.Data.Services.Providers 名前空間