[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.IJoinAttributesMapper`1.Key(System.Action{NHibernate.Mapping.ByCode.IKeyMapper{`0}})"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
void Key( Action<IKeyMapper<TEntity>> keyMapping ) |
Visual Basic |
---|
Sub Key ( _ keyMapping As Action(Of IKeyMapper(Of TEntity)) _ ) |
Visual C++ |
---|
void Key( Action<IKeyMapper<TEntity>^>^ keyMapping ) |
Parameters
- keyMapping
- Type: System..::..Action<(Of <(<'IKeyMapper<(Of <(<'TEntity>)>)>>)>)>
[Missing <param name="keyMapping"/> documentation for "M:NHibernate.Mapping.ByCode.IJoinAttributesMapper`1.Key(System.Action{NHibernate.Mapping.ByCode.IKeyMapper{`0}})"]