[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.PropertyContainerCustomizer`1.ManyToOne``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{NHibernate.Mapping.ByCode.IManyToOneMapper})"]

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

Syntax

C#
public void ManyToOne<TProperty>(
	Expression<Func<TEntity, TProperty>> property,
	Action<IManyToOneMapper> mapping
)
where TProperty : class
Visual Basic
Public Sub ManyToOne(Of TProperty As Class) ( _
	property As Expression(Of Func(Of TEntity, TProperty)), _
	mapping As Action(Of IManyToOneMapper) _
)
Visual C++
public:
generic<typename TProperty>
where TProperty : ref class
virtual void ManyToOne(
	Expression<Func<TEntity, TProperty>^>^ property, 
	Action<IManyToOneMapper^>^ mapping
) sealed

Parameters

property
Type: System.Linq.Expressions..::..Expression<(Of <(<'Func<(Of <(<'TEntity, TProperty>)>)>>)>)>

[Missing <param name="property"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.PropertyContainerCustomizer`1.ManyToOne``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{NHibernate.Mapping.ByCode.IManyToOneMapper})"]

mapping
Type: System..::..Action<(Of <(<'IManyToOneMapper>)>)>

[Missing <param name="mapping"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.PropertyContainerCustomizer`1.ManyToOne``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{NHibernate.Mapping.ByCode.IManyToOneMapper})"]

Type Parameters

TProperty

[Missing <typeparam name="TProperty"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.PropertyContainerCustomizer`1.ManyToOne``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{NHibernate.Mapping.ByCode.IManyToOneMapper})"]

See Also