Initializes a new instance of the QueryOverLockBuilderBase<(Of <(<'TReturn, TRoot, TSubType>)>)> class
Namespace: NHibernate.Criterion.LambdaAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
protected QueryOverLockBuilderBase( TReturn root, Expression<Func<Object>> alias ) |
Visual Basic |
---|
Protected Sub New ( _ root As TReturn, _ alias As Expression(Of Func(Of Object)) _ ) |
Visual C++ |
---|
protected: QueryOverLockBuilderBase( TReturn root, Expression<Func<Object^>^>^ alias ) |
Parameters
- root
- Type: TReturn
[Missing <param name="root"/> documentation for "M:NHibernate.Criterion.Lambda.QueryOverLockBuilderBase`3.#ctor(`0,System.Linq.Expressions.Expression{System.Func{System.Object}})"]
- alias
- Type: System.Linq.Expressions..::..Expression<(Of <(<'Func<(Of <(<'Object>)>)>>)>)>
[Missing <param name="alias"/> documentation for "M:NHibernate.Criterion.Lambda.QueryOverLockBuilderBase`3.#ctor(`0,System.Linq.Expressions.Expression{System.Func{System.Object}})"]