The name of the property on the associated entity to which our FK refers
Namespace: NHibernate.TypeAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public string GetIdentifierOrUniqueKeyPropertyName( IMapping factory ) |
| Visual Basic |
|---|
Public Function GetIdentifierOrUniqueKeyPropertyName ( _ factory As IMapping _ ) As String |
| Visual C++ |
|---|
public: String^ GetIdentifierOrUniqueKeyPropertyName( IMapping^ factory ) |
Parameters
- factory
- Type: NHibernate.Engine..::..IMapping
The mappings...