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

ScalarFunctionMetadata..::..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 bool IsNullable { get; }
Public ReadOnly Property IsNullable As Boolean
	Get
public:
property bool^ IsNullable {
	bool^ get ();
}

Field Value

true if this column is nullable; otherwise, false.