Get the table name for the given property path
Namespace:
NHibernate.Persister.EntityAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GetPropertyTableName ( _ propertyName As String _ ) As String |
C# |
---|
string GetPropertyTableName( string propertyName ) |
Visual C++ |
---|
String^ GetPropertyTableName( String^ propertyName ) |
JavaScript |
---|
function getPropertyTableName(propertyName); |
Parameters
- propertyName
- Type: System..::.String