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
)
Visual Basic
Protected Friend Sub New ( _
	entityName As String _
)
Visual C++
protected public:
QueryOver(
	String^ entityName
)

Parameters

entityName
Type: System..::..String

[Missing <param name="entityName"/> documentation for "M:NHibernate.Criterion.QueryOver`2.#ctor(System.String)"]

See Also