Namespace:
NHibernate.Persister.Entity
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Overrides Function GetTableName ( _ table As Integer _ ) As String |
C# |
---|
protected override string GetTableName( int table ) |
Visual C++ |
---|
protected: virtual String^ GetTableName( int table ) override |
JavaScript |
---|
function getTableName(table); |
Parameters
- table
- Type: System..::.Int32