Initializes a new instance of the HqlBasedQuery class.

Namespace: Castle.ActiveRecord.Queries
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
public HqlBasedQuery(
	Type targetType,
	string query
)

Parameters

targetType
Type
Type of the target.
query
String
The query.

See Also