Return the unqualified property name
Namespace:
NHibernate.CfgAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function PropertyToTableName ( _ className As String, _ propertyName As String _ ) As String |
C# |
---|
public string PropertyToTableName( string className, string propertyName ) |
Visual C++ |
---|
public: virtual String^ PropertyToTableName( String^ className, String^ propertyName ) sealed |
JavaScript |
---|
function propertyToTableName(className, propertyName); |