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