Namespace: NHibernate.SqlTypes
Assembly:   NHibernate (in NHibernate)
Version: 1.2.0.4000

Syntax

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