IDBContextExecuteSqlStatementAsDbDataReader Method (String)

Relativity Custom Pages
Executes a Transact-SQL statement against the connection and builds a DbDataReader.

Namespace:  Relativity.CustomPages
Assembly:  Relativity.CustomPages (in Relativity.CustomPages.dll) Version: 17.0.1.1 588f15fd7550dbf54835f3417a0142d4ea37dbb5
Syntax

DbDataReader ExecuteSqlStatementAsDbDataReader(
	string sqlStatement
)

Parameters

sqlStatement
Type: SystemString
String containing SQL statement.

Return Value

Type: DbDataReader
Returns a DbDataReader object.
See Also

Reference