Namespace:  NHibernate.SqlTypes
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property DbType As DbType
C#
public DbType DbType { get; }
Visual C++
public:
property DbType DbType {
	DbType get ();
}
JavaScript
function get_dbType();

See Also