Свойство IsNullable

Gets a value that indicates whether the data type accepts null values.

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
ReadOnly Property IsNullable As Boolean
    Get
'Применение
Dim instance As IClrDataType
Dim value As Boolean

value = instance.IsNullable
bool IsNullable { get; }
property bool IsNullable {
    bool get ();
}
abstract IsNullable : bool
function get IsNullable () : boolean

Значение свойства

Тип: System. . :: . .Boolean
true if the data type accepts null values; otherwise, false.