Return the full property path prefixed by the unqualified class name, with underscore separators, mixed case converted to underscores

Namespace: NHibernate.Cfg
Assembly: 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.ImprovedNamingStrategy.PropertyToTableName(System.String,System.String)"]

propertyName
Type: System..::..String

[Missing <param name="propertyName"/> documentation for "M:NHibernate.Cfg.ImprovedNamingStrategy.PropertyToTableName(System.String,System.String)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Cfg.ImprovedNamingStrategy.PropertyToTableName(System.String,System.String)"]

Implements

INamingStrategy..::..PropertyToTableName(String, String)

See Also