Executes a Transact-SQL statement agains the connection and returns a table of in-memory data.
Namespace: Relativity.CustomPages
Assembly: Relativity.CustomPages (in Relativity.CustomPages.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
Parameters
- sqlStatement
- Type: System.String
String containing SQL statement.
Return Value
Type: DataTableReturns a table of in-memory data.
See Also