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