ResultSetType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the mechanism used for defining the Result Set.
public enum ResultSetType
type ResultSetType =
Public Enum ResultSetType
- Inheritance
-
ResultSetType
Fields
Name | Value | Description |
---|---|---|
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 |
ForXml | 3 | Result Set is defined by FOR XML |