Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

ColumnMetadata..::..IsNullable Property

Gets or sets a value indicating whether this column is nullable.

Namespace:  Tortuga.Chain.Metadata
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public Nullable<bool> IsNullable { get; }
Public ReadOnly Property IsNullable As Nullable(Of Boolean)
	Get
public:
property Nullable<bool^> IsNullable {
	Nullable<bool^> get ();
}

Field Value

true if this column is nullable; otherwise, false.