ResultType 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.
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
Name | Value | Description |
---|---|---|
Default | 0 | each level has prefered storage, the prefered storage for the last level will be used |
DataSet | 1 | return as DataSet |
DataTable | 2 | return as dataTable |
IDataReader | 3 | return as IDataReader |
XmlDocument | 4 | return as XmlDocument |
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 |