MultiQueryBaseTQuery, TInnerQueryGetReaderFromDB Method |
Executes the query
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax protected override DbDataReader GetReaderFromDB(
CommandBehavior commandBehavior,
bool newConnection
)
Parameters
- commandBehavior
- Type: System.DataCommandBehavior
Command behavior - newConnection
- Type: SystemBoolean
If true, the reader should be executed using its own dedicated connection
Return Value
Type:
DbDataReaderSee Also