Overload List
Name | Description | |
---|---|---|
![]() | ExecuteSqlStatementAsDataTable(String) |
Executes a Transact-SQL statement agains the connection and returns a table of in-memory data.
|
![]() | ExecuteSqlStatementAsDataTable(String, IEnumerableSqlParameter) |
Executes a parameterized Transact-SQL statement against the connection and returns a table of in-memory data.
|
See Also