Runs the query and returns result as Data reader. Keeps the connection open.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- queryText
- Type: System String
Query text
- parameters
- Type: CMS.DataEngine QueryDataParameters
Query parameters
- queryType
- Type: CMS.DataEngine QueryTypeEnum
Query type
- commandBehavior (Optional)
- Type: System.Data CommandBehavior
Command behavior
Return Value
Type: DbDataReaderSee Also