QueryInfo Constructor (DataRow) |
Constructor, creates the Query object from the given DataRow data.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public QueryInfo(
DataRow dr
)
Parameters
- dr
- Type: System.DataDataRow
Data row with the Query info data
See Also