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

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

Syntax

C#
protected internal QueryOver(
	string entityName,
	Expression<Func<TSubType>> alias
)
Visual Basic
Protected Friend Sub New ( _
	entityName As String, _
	alias As Expression(Of Func(Of TSubType)) _
)
Visual C++
protected public:
QueryOver(
	String^ entityName, 
	Expression<Func<TSubType>^>^ alias
)

Parameters

entityName
Type: System..::..String

[Missing <param name="entityName"/> documentation for "M:NHibernate.Criterion.QueryOver`2.#ctor(System.String,System.Linq.Expressions.Expression{System.Func{`1}})"]

alias
Type: System.Linq.Expressions..::..Expression<(Of <(<'Func<(Of <(<'TSubType>)>)>>)>)>

[Missing <param name="alias"/> documentation for "M:NHibernate.Criterion.QueryOver`2.#ctor(System.String,System.Linq.Expressions.Expression{System.Func{`1}})"]

See Also