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

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

Syntax

C#
public void PropertyRef<TProperty>(
	Expression<Func<TEntity, TProperty>> propertyGetter
)
Visual Basic
Public Sub PropertyRef(Of TProperty) ( _
	propertyGetter As Expression(Of Func(Of TEntity, TProperty)) _
)
Visual C++
public:
generic<typename TProperty>
virtual void PropertyRef(
	Expression<Func<TEntity, TProperty>^>^ propertyGetter
) sealed

Parameters

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

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

Type Parameters

TProperty

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

Implements

IKeyMapper<(Of <(<'TEntity>)>)>..::..PropertyRef<(Of <<'(TProperty>)>>)(Expression<(Of <<'(Func<(Of <<'(TEntity, TProperty>)>>)>)>>))

See Also