Return the column names used to persist all properties of all sublasses of the persistent class
(optional operation)
Namespace: NHibernate.Persister.EntityAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
string[] GetSubclassPropertyColumnNames( int i ) |
Visual Basic |
---|
Function GetSubclassPropertyColumnNames ( _ i As Integer _ ) As String() |
Visual C++ |
---|
array<String^>^ GetSubclassPropertyColumnNames( int i ) |
Parameters
- i
- Type: System..::..Int32
[Missing <param name="i"/> documentation for "M:NHibernate.Persister.Entity.IOuterJoinLoadable.GetSubclassPropertyColumnNames(System.Int32)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Persister.Entity.IOuterJoinLoadable.GetSubclassPropertyColumnNames(System.Int32)"]