The name of the column that represent the TABLE_NAME in the DataTable returned by GetTables(String, String, String, array<String>[]()[][]).

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

Syntax

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

See Also