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