Namespace:
NHibernate.Persister.Entity
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride Function GetSubclassPropertyTableName ( _ i As Integer _ ) As String |
C# |
---|
public abstract string GetSubclassPropertyTableName( int i ) |
Visual C++ |
---|
public: virtual String^ GetSubclassPropertyTableName( int i ) abstract |
JavaScript |
---|
function getSubclassPropertyTableName(i); |
Parameters
- i
- Type: System..::.Int32