ConnectionManager.ExecuteTSqlAction 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.
Defines all the Methods used to Execute T-SQL on a server in the ServerConnection object.
protected enum ConnectionManager.ExecuteTSqlAction
Protected Enum ConnectionManager.ExecuteTSqlAction
- Inheritance
-
ConnectionManager.ExecuteTSqlAction
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | |
ExecuteNonQuery | 1 | |
ExecuteReader | 2 | |
ExecuteScalar | 3 | |
FillDataSet | 4 |