StatementType 列舉

定義

public enum class StatementType
public enum StatementType
type StatementType = 
Public Enum StatementType
繼承
StatementType

欄位

Batch 4

SQL 查詢為批次陳述式。

Delete 3

SQL 查詢為 DELETE 陳述式 (Statement)。

Insert 1

SQL 查詢為 INSERT 陳述式。

Select 0

SQL 查詢為 SELECT 陳述式。

Update 2

SQL 查詢為 UPDATE 陳述式。

適用於