Get the column names for the given property path
Namespace:
NHibernate.Persister.EntityAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GetPropertyColumnNames ( _ propertyPath As String _ ) As String() |
C# |
---|
string[] GetPropertyColumnNames( string propertyPath ) |
Visual C++ |
---|
array<String^>^ GetPropertyColumnNames( String^ propertyPath ) |
JavaScript |
---|
function getPropertyColumnNames(propertyPath); |
Parameters
- propertyPath
- Type: System..::.String