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

ColumnMetadata..::..ClrBaseType Property

The CLR type of the column or NULL if the type is unknown. Nullable types will return the underlying type (e.g. Nullable<int> becomes int)

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

Syntax


public Type ClrBaseType { get; }
Public ReadOnly Property ClrBaseType As Type
	Get
public:
property Type^ ClrBaseType {
	Type^ get ();
}