Alter the table name given in the mapping document

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

Syntax

C#
string TableName(
	string tableName
)
Visual Basic
Function TableName ( _
	tableName As String _
) As String
Visual C++
String^ TableName(
	String^ tableName
)

Parameters

tableName
Type: System..::..String
a table name

Return Value

a table name

See Also