[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.IClassAttributesMapper`1.ComponentAsId``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{NHibernate.Mapping.ByCode.IComponentAsIdMapper{``0}})"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
void ComponentAsId<TComponent>( Expression<Func<TEntity, TComponent>> idProperty, Action<IComponentAsIdMapper<TComponent>> idMapper ) where TComponent : class  | 
| Visual Basic | 
|---|
Sub ComponentAsId(Of TComponent As Class) ( _ idProperty As Expression(Of Func(Of TEntity, TComponent)), _ idMapper As Action(Of IComponentAsIdMapper(Of TComponent)) _ )  | 
| Visual C++ | 
|---|
generic<typename TComponent> where TComponent : ref class void ComponentAsId( Expression<Func<TEntity, TComponent>^>^ idProperty, Action<IComponentAsIdMapper<TComponent>^>^ idMapper )  | 
Parameters
- idProperty
 - Type: System.Linq.Expressions..::..Expression<(Of <(<'Func<(Of <(<'TEntity, TComponent>)>)>>)>)>
[Missing <param name="idProperty"/> documentation for "M:NHibernate.Mapping.ByCode.IClassAttributesMapper`1.ComponentAsId``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{NHibernate.Mapping.ByCode.IComponentAsIdMapper{``0}})"]
 
- idMapper
 - Type: System..::..Action<(Of <(<'IComponentAsIdMapper<(Of <(<'TComponent>)>)>>)>)>
[Missing <param name="idMapper"/> documentation for "M:NHibernate.Mapping.ByCode.IClassAttributesMapper`1.ComponentAsId``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{NHibernate.Mapping.ByCode.IComponentAsIdMapper{``0}})"]
 
Type Parameters
- TComponent
 [Missing <typeparam name="TComponent"/> documentation for "M:NHibernate.Mapping.ByCode.IClassAttributesMapper`1.ComponentAsId``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{NHibernate.Mapping.ByCode.IComponentAsIdMapper{``0}})"]