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

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

Syntax

C#
public static IGeneratorDef Foreign<TEntity>(
	Expression<Func<TEntity, Object>> property
)
Visual Basic
Public Shared Function Foreign(Of TEntity) ( _
	property As Expression(Of Func(Of TEntity, Object)) _
) As IGeneratorDef
Visual C++
public:
generic<typename TEntity>
static IGeneratorDef^ Foreign(
	Expression<Func<TEntity, Object^>^>^ property
)

Parameters

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

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

Type Parameters

TEntity

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

Return Value

[Missing <returns> documentation for "M:NHibernate.Mapping.ByCode.Generators.Foreign``1(System.Linq.Expressions.Expression{System.Func{``0,System.Object}})"]

See Also