[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.IMinimalPlainPropertyContainerMapper`1.Property``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{NHibernate.Mapping.ByCode.IPropertyMapper})"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
void Property<TProperty>( Expression<Func<TContainer, TProperty>> property, Action<IPropertyMapper> mapping ) |
Visual Basic |
---|
Sub Property(Of TProperty) ( _ property As Expression(Of Func(Of TContainer, TProperty)), _ mapping As Action(Of IPropertyMapper) _ ) |
Visual C++ |
---|
generic<typename TProperty> void Property( Expression<Func<TContainer, TProperty>^>^ property, Action<IPropertyMapper^>^ mapping ) |
Parameters
- property
- Type: System.Linq.Expressions..::..Expression<(Of <(<'Func<(Of <(<'TContainer, TProperty>)>)>>)>)>
[Missing <param name="property"/> documentation for "M:NHibernate.Mapping.ByCode.IMinimalPlainPropertyContainerMapper`1.Property``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{NHibernate.Mapping.ByCode.IPropertyMapper})"]
- mapping
- Type: System..::..Action<(Of <(<'IPropertyMapper>)>)>
[Missing <param name="mapping"/> documentation for "M:NHibernate.Mapping.ByCode.IMinimalPlainPropertyContainerMapper`1.Property``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{NHibernate.Mapping.ByCode.IPropertyMapper})"]
Type Parameters
- TProperty
[Missing <typeparam name="TProperty"/> documentation for "M:NHibernate.Mapping.ByCode.IMinimalPlainPropertyContainerMapper`1.Property``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{NHibernate.Mapping.ByCode.IPropertyMapper})"]