Get the column descriptors in the SqlResult.
Get the names of columns in the SqlResult.
Get the specific property with the specified PropertyKind.
Get the number of the affected rows in the operation to this SqlResult.
Get the number of rows retrieved in the SqlResult.
Generated using TypeDoc
The execution result of the row set of a query provided as
, commonly used as aRowSet|
. Using a collector query might provide a different result.