ResultType Enum

Definition

in what storage will the result be retrived for the Request

[System.Runtime.InteropServices.ComVisible(false)]
public enum ResultType
[<System.Runtime.InteropServices.ComVisible(false)>]
type ResultType = 
Public Enum ResultType
Inheritance
ResultType
Attributes

Fields

DataSet 1

return as DataSet

DataTable 2

return as dataTable

Default 0

each level has prefered storage, the prefered storage for the last level will be used

IDataReader 3

return as IDataReader

Reserved1 5

reserved for enumerator extensions implementations to be used for comunication between levels

Reserved2 6

reserved for enumerator extensions implementations to be used for comunication between levels

XmlDocument 4

return as XmlDocument

Applies to