Return the unqualified property name
Namespace: NHibernate.CfgAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public string PropertyToTableName( string className, string propertyName ) |
Visual Basic |
---|
Public Function PropertyToTableName ( _ className As String, _ propertyName As String _ ) As String |
Visual C++ |
---|
public: virtual String^ PropertyToTableName( String^ className, String^ propertyName ) sealed |
Parameters
- className
- Type: System..::..String
[Missing <param name="className"/> documentation for "M:NHibernate.Cfg.DefaultNamingStrategy.PropertyToTableName(System.String,System.String)"]
- propertyName
- Type: System..::..String
[Missing <param name="propertyName"/> documentation for "M:NHibernate.Cfg.DefaultNamingStrategy.PropertyToTableName(System.String,System.String)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Cfg.DefaultNamingStrategy.PropertyToTableName(System.String,System.String)"]