SQLProvider

ReturnSetType Type

Represents different types of result sets that can be returned from stored procedures.

Union cases

Union case Description

ResultSet(string, ResultSet)

Full Usage: ResultSet(string, ResultSet)

Parameters:

A result set with name and data rows

Item1 : string
Item2 : ResultSet

ScalarResultSet(string, obj)

Full Usage: ScalarResultSet(string, obj)

Parameters:
    Item1 : string
    Item2 : obj

A single scalar value with name and value

Item1 : string
Item2 : obj

Instance members

Instance member Description

this.IsResultSet

Full Usage: this.IsResultSet

Returns: bool
Returns: bool

this.IsScalarResultSet

Full Usage: this.IsScalarResultSet

Returns: bool
Returns: bool

Type something to start searching.