IDBContext.ExecuteSqlStatementAsDbDataReader 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: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

DbDataReader ExecuteSqlStatementAsDbDataReader(
	string sqlStatement
)

Parameters

sqlStatement
Type: System.String
String containing SQL statement.

Return Value

Type: DbDataReader
Returns a DbDataReader object.
See Also

Reference