Επεξεργασία

Κοινή χρήση μέσω


StatementType Enum

Definition

Specifies the type of SQL query to be used by the OleDbRowUpdatedEventArgs, OleDbRowUpdatingEventArgs, SqlRowUpdatedEventArgs, or SqlRowUpdatingEventArgs class.

public enum class StatementType
public enum StatementType
type StatementType = 
Public Enum StatementType
Inheritance
StatementType

Fields

Select 0

An SQL query that is a SELECT statement.

Insert 1

An SQL query that is an INSERT statement.

Update 2

An SQL query that is an UPDATE statement.

Delete 3

An SQL query that is a DELETE statement.

Batch 4

A SQL query that is a batch statement.

Applies to