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
Parameters
- sqlStatement
- Type: SystemString
String containing SQL statement.
Return Value
Type: DbDataReaderReturns a DbDataReader object.
See Also