Get the column names for the given property path
            
Namespace: NHibernate.Persister.EntityAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
string[] GetPropertyColumnNames( string propertyPath )  | 
| Visual Basic | 
|---|
Function GetPropertyColumnNames ( _ propertyPath As String _ ) As String()  | 
| Visual C++ | 
|---|
array<String^>^ GetPropertyColumnNames( String^ propertyPath )  | 
Parameters
- propertyPath
 - Type: System..::..String
[Missing <param name="propertyPath"/> documentation for "M:NHibernate.Persister.Entity.IOuterJoinLoadable.GetPropertyColumnNames(System.String)"]
 
Return Value
[Missing <returns> documentation for "M:NHibernate.Persister.Entity.IOuterJoinLoadable.GetPropertyColumnNames(System.String)"]