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

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

Syntax

C#
void OneToOne<TProperty>(
	Expression<Func<TContainer, TProperty>> property,
	Action<IOneToOneMapper> mapping
)
where TProperty : class
Visual Basic
Sub OneToOne(Of TProperty As Class) ( _
	property As Expression(Of Func(Of TContainer, TProperty)), _
	mapping As Action(Of IOneToOneMapper) _
)
Visual C++
generic<typename TProperty>
where TProperty : ref class
void OneToOne(
	Expression<Func<TContainer, TProperty>^>^ property, 
	Action<IOneToOneMapper^>^ mapping
)

Parameters

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

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

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

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

Type Parameters

TProperty

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

See Also