Alter the table name given in the mapping document

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

Syntax

Visual Basic (Declaration)
Function TableName ( _
	tableName As String _
) As String
C#
string TableName(
	string tableName
)
Visual C++
String^ TableName(
	String^ tableName
)
JavaScript
function tableName(tableName);

Parameters

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

Return Value

a table name

See Also