Returns result of the query as a Data reader. Keeps the connection open.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- queryText
- Type: System String
Query or stored procedure to be run
- queryParams
- Type: CMS.DataEngine QueryDataParameters
Query parameters
- queryType
- Type: CMS.DataEngine QueryTypeEnum
Indicates it query is a SQL query or stored procedure
- commandBehavior
- Type: System.Data CommandBehavior
Command behavior
Return Value
Type: DbDataReaderSee Also