Return the logical column name used to refer to a column in the metadata (like index, unique constraints etc) A full bijection is required between logicalNames and physical ones logicalName have to be case insersitively unique for a given table

Namespace: NHibernate.Cfg
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
string LogicalColumnName(
	string columnName,
	string propertyName
)
Visual Basic
Function LogicalColumnName ( _
	columnName As String, _
	propertyName As String _
) As String
Visual C++
String^ LogicalColumnName(
	String^ columnName, 
	String^ propertyName
)

Parameters

columnName
Type: System..::..String
given column name if any
propertyName
Type: System..::..String
property name of this column

Return Value

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

See Also