次の方法で共有


EdmTypeReference.IsNullable プロパティ

この型で null が許容されるかどうかを示す値を取得します。

名前空間:  Microsoft.Data.Edm.Library
アセンブリ:  Microsoft.Data.Edm (Microsoft.Data.Edm.dll)

構文

'宣言
Public ReadOnly Property IsNullable As Boolean
    Get
'使用
Dim instance As EdmTypeReference
Dim value As Boolean

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

プロパティ値

型: System.Boolean
この型で null が許容される場合は true、それ以外の場合は false。

実装

IEdmTypeReference.IsNullable

関連項目

参照

EdmTypeReference クラス

Microsoft.Data.Edm.Library 名前空間