Click or drag to resize
QueryInfo Constructor (DataRow)
Constructor, creates the Query object from the given DataRow data.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public QueryInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
Data row with the Query info data
See Also