ISqlSimpleColumn.IsNullable Property

Gets or sets whether the column can have a null value.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsNullable As Boolean
    Get
    Set
'Usage
Dim instance As ISqlSimpleColumn
Dim value As Boolean

value = instance.IsNullable

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISqlSimpleColumn Interface

ISqlSimpleColumn Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace