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