Query Constructor (String, Type, Dictionary String, Object )NFX Class Library

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the Query class

Namespace: NFX.DataAccess.CRUD
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public Query(
	string name,
	Type resultRowType = null,
	Dictionary<string, Object> extra = null
)

Parameters

name
Type: OnlineSystem String
resultRowType (Optional)
Type: OnlineSystem Type
extra (Optional)
Type: OnlineSystem.Collections.Generic Dictionary OnlineString, OnlineObject 
See Also