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

ParameterMetadata..::..IsNullable Property

Gets a value indicating whether this instance 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 ();
}

Remarks


This will be null if the data source doesn't support detailed parameter metadata.