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

Batch 4

A SQL query that is a batch statement.

Delete 3

An SQL query that is a DELETE statement.

Insert 1

An SQL query that is an INSERT statement.

Select 0

An SQL query that is a SELECT statement.

Update 2

An SQL query that is an UPDATE statement.

Applies to