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