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