[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.CollectionPropertiesCustomizer`2.Key(System.Action{NHibernate.Mapping.ByCode.IKeyMapper{`0}})"]

Namespace: NHibernate.Mapping.ByCode.Impl.CustomizersImpl
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public void Key(
	Action<IKeyMapper<TEntity>> keyMapping
)
Visual Basic
Public Sub Key ( _
	keyMapping As Action(Of IKeyMapper(Of TEntity)) _
)
Visual C++
public:
virtual void Key(
	Action<IKeyMapper<TEntity>^>^ keyMapping
) sealed

Parameters

keyMapping
Type: System..::..Action<(Of <(<'IKeyMapper<(Of <(<'TEntity>)>)>>)>)>

[Missing <param name="keyMapping"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.CollectionPropertiesCustomizer`2.Key(System.Action{NHibernate.Mapping.ByCode.IKeyMapper{`0}})"]

Implements

ICollectionPropertiesMapper<(Of <(<'TEntity, TElement>)>)>..::..Key(Action<(Of <<'(IKeyMapper<(Of <<'(TEntity>)>>)>)>>))

See Also