Binding table between the logical column name and the name out of the naming strategy
for each table.
According that when the column name is not set, the property name is considered as such
This means that while theoretically possible through the naming strategy contract, it is
forbidden to have 2 real columns having the same logical name
Namespace: NHibernate.CfgAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
protected internal IDictionary<Table, Mappings..::..ColumnNames> columnNameBindingPerTable |
Visual Basic |
---|
Protected Friend columnNameBindingPerTable As IDictionary(Of Table, Mappings..::..ColumnNames) |
Visual C++ |
---|
protected public: IDictionary<Table^, Mappings..::..ColumnNames^>^ columnNameBindingPerTable |