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

ScalarFunctionMetadata<(Of <(<'TObjectName, TDbType>)>)>..::..DbType Property

Gets the return type used by the database.

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 ();
}