Click or drag to resize
QueryInfoBaseTInfo Constructor (ObjectTypeInfo, DataRow)
Constructor - Creates a new QueryInfo object from the given DataRow.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public QueryInfoBase(
	ObjectTypeInfo typeInfo,
	DataRow dr
)

Parameters

typeInfo
Type: CMS.DataEngineObjectTypeInfo
Type info
dr
Type: System.DataDataRow
DataRow with the object data
See Also