Click or drag to resize
DataQueryBaseTQueryGetReaderFromDB Method
Executes the query

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected 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: DbDataReader
See Also