Return the table name used to persist the numbered property of
the class or a subclass
(optional operation)
Namespace:
NHibernate.Persister.EntityAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GetSubclassPropertyTableName ( _ i As Integer _ ) As String |
C# |
---|
string GetSubclassPropertyTableName( int i ) |
Visual C++ |
---|
String^ GetSubclassPropertyTableName( int i ) |
JavaScript |
---|
function getSubclassPropertyTableName(i); |
Parameters
- i
- Type: System..::.Int32