IDBContextExecuteSqlStatementAsDataSet Method (String)

Relativity Custom Pages
Executes a Transact-SQL statement against the connection and returns an in-memory cache of data.

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

DataSet ExecuteSqlStatementAsDataSet(
	string sqlStatement
)

Parameters

sqlStatement
Type: SystemString
String containing SQL statement.

Return Value

Type: DataSet
Returns an in-memory cache of data.
See Also

Reference