[Missing <summary> documentation for "P:NHibernate.SqlTypes.SqlType.DbType"]

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

Syntax

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

See Also