ResultSetType Enum

Definition

Indicates the mechanism used for defining the Result Set.

public enum ResultSetType
type ResultSetType = 
Public Enum ResultSetType
Inheritance
ResultSetType

Fields

ForXml 3

Result Set is defined by FOR XML

Inline 0

Result Set Columns are defined Inline

Object 1

Result Set is defined by a Scbema Object Table, View, or Table-Valued Function

Type 2

Result Set is defined by a Table Type

Applies to