Click or drag to resize
ObjectQueryBaseTQuery, TObjectGetReaderFromDB Method
Executes the query

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected override DbDataReader GetReaderFromDB(
	CommandBehavior commandBehavior = CommandBehavior.Default,
	bool newConnection = false
)

Parameters

commandBehavior (Optional)
Type: System.DataCommandBehavior
Command behavior
newConnection (Optional)
Type: SystemBoolean
If true, the reader should be executed using its own dedicated connection

Return Value

Type: DbDataReader
See Also