[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.IComponentAttributesMapper`1.Parent``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})"]

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

Syntax

C#
void Parent<TProperty>(
	Expression<Func<TComponent, TProperty>> parent
)
where TProperty : class
Visual Basic
Sub Parent(Of TProperty As Class) ( _
	parent As Expression(Of Func(Of TComponent, TProperty)) _
)
Visual C++
generic<typename TProperty>
where TProperty : ref class
void Parent(
	Expression<Func<TComponent, TProperty>^>^ parent
)

Parameters

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

[Missing <param name="parent"/> documentation for "M:NHibernate.Mapping.ByCode.IComponentAttributesMapper`1.Parent``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})"]

Type Parameters

TProperty

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

See Also