Initializes a new instance of the QueryOverLockBuilder<(Of <(<'TRoot, TSubType>)>)> class

Namespace: NHibernate.Criterion.Lambda
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public QueryOverLockBuilder(
	QueryOver<TRoot, TSubType> root,
	Expression<Func<Object>> alias
)
Visual Basic
Public Sub New ( _
	root As QueryOver(Of TRoot, TSubType), _
	alias As Expression(Of Func(Of Object)) _
)
Visual C++
public:
QueryOverLockBuilder(
	QueryOver<TRoot, TSubType>^ root, 
	Expression<Func<Object^>^>^ alias
)

Parameters

root
Type: NHibernate.Criterion..::..QueryOver<(Of <(<'TRoot, TSubType>)>)>

[Missing <param name="root"/> documentation for "M:NHibernate.Criterion.Lambda.QueryOverLockBuilder`2.#ctor(NHibernate.Criterion.QueryOver{`0,`1},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.QueryOverLockBuilder`2.#ctor(NHibernate.Criterion.QueryOver{`0,`1},System.Linq.Expressions.Expression{System.Func{System.Object}})"]

See Also