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

ScalarFunctionMetadata..::..DbType Property

Gets the type used by the database.

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

Syntax


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