Return the argument

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

Syntax

Visual Basic (Declaration)
Public Function TableName ( _
	tableName As String _
) As String
C#
public string TableName(
	string tableName
)
Visual C++
public:
virtual String^ TableName(
	String^ tableName
) sealed
JavaScript
function tableName(tableName);

Parameters

tableName
Type: System..::.String

Return Value

Implements

INamingStrategy..::.TableName(String)

See Also