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

ParameterMetadata<(Of <(<'TDbType>)>)>..::..DbType Property

Gets the type of the database column as an enum.

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

Syntax


public Nullable<TDbType> DbType { get; }
Public ReadOnly Property DbType As Nullable(Of TDbType)
	Get
public:
property Nullable<TDbType> DbType {
	Nullable<TDbType> get ();
}