Query Constructor (Nullable Guid , 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(
	Nullable<Guid> identity,
	string name,
	Type resultRowType = null,
	Dictionary<string, Object> extra = null
)

Parameters

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