[Missing <summary> documentation for "P:NHibernate.Dialect.Schema.IColumnMetadata.TypeName"]

Namespace: NHibernate.Dialect.Schema
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
string TypeName { get; }
Visual Basic
ReadOnly Property TypeName As String
	Get
Visual C++
property String^ TypeName {
	String^ get ();
}

See Also