DbCommandMethod 列挙型

定義

によって CommandEventData使用される列挙型。コマンドの実行に DbCommand 使用される メソッドを示すサブクラスです。

public enum DbCommandMethod
type DbCommandMethod = 
Public Enum DbCommandMethod
継承
DbCommandMethod

フィールド

ExecuteNonQuery 0

ExecuteNonQuery() メソッドまたは ExecuteNonQueryAsync() メソッド。

ExecuteReader 2

ExecuteReader() メソッドまたは ExecuteReaderAsync() メソッド。

ExecuteScalar 1

ExecuteScalar() メソッドまたは ExecuteScalarAsync() メソッド。

適用対象