DbCommand 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示要針對數據源執行的 SQL 語句或預存程式。 提供代表命令之資料庫特定類別的基類。 ExecuteNonQueryAsync。
public ref class DbCommand abstract : IDisposable
public ref class DbCommand abstract : System::ComponentModel::Component, IAsyncDisposable, IDisposable, System::Data::IDbCommand
public ref class DbCommand abstract : IDisposable, System::Data::IDbCommand
public ref class DbCommand abstract : System::ComponentModel::Component, IDisposable, System::Data::IDbCommand
public ref class DbCommand abstract : System::ComponentModel::Component, System::Data::IDbCommand
public ref class DbCommand abstract : System::ComponentModel::Component, IAsyncDisposable, System::Data::IDbCommand
public abstract class DbCommand : IDisposable
public abstract class DbCommand : System.ComponentModel.Component, IAsyncDisposable, IDisposable, System.Data.IDbCommand
public abstract class DbCommand : IDisposable, System.Data.IDbCommand
public abstract class DbCommand : System.ComponentModel.Component, IDisposable, System.Data.IDbCommand
public abstract class DbCommand : System.ComponentModel.Component, System.Data.IDbCommand
public abstract class DbCommand : System.ComponentModel.Component, IAsyncDisposable, System.Data.IDbCommand
type DbCommand = class
interface IDisposable
type DbCommand = class
inherit Component
interface IDbCommand
interface IDisposable
interface IAsyncDisposable
type DbCommand = class
interface IDbCommand
interface IDisposable
type DbCommand = class
inherit Component
interface IDbCommand
interface IDisposable
Public MustInherit Class DbCommand
Implements IDisposable
Public MustInherit Class DbCommand
Inherits Component
Implements IAsyncDisposable, IDbCommand, IDisposable
Public MustInherit Class DbCommand
Implements IDbCommand, IDisposable
Public MustInherit Class DbCommand
Inherits Component
Implements IDbCommand, IDisposable
Public MustInherit Class DbCommand
Inherits Component
Implements IDbCommand
Public MustInherit Class DbCommand
Inherits Component
Implements IAsyncDisposable, IDbCommand
- 繼承
-
DbCommand
- 繼承
- 衍生
- 實作
建構函式
DbCommand() |
建構 DbCommand 對象的實例。 |
屬性
CanRaiseEvents |
取得值,指出元件是否可以引發事件。 (繼承來源 Component) |
CommandText |
取得或設定要針對數據源執行的文字命令。 |
CommandTimeout |
取得或設定終止嘗試執行命令併產生錯誤之前的等候時間(以秒為單位)。 |
CommandType |
取得或設定如何解譯 CommandText 屬性。 |
Connection |
取得或設定這個 DbCommand所使用的 DbConnection。 |
Container |
取得包含 Component的 IContainer。 (繼承來源 Component) |
DbConnection |
取得或設定這個 DbCommand所使用的 DbConnection。 |
DbParameterCollection |
取得 DbParameter 物件的集合。 |
DbTransaction |
取得或設定這個 DbCommand 物件執行所在的 DbTransaction。 |
DesignMode |
取得值,這個值表示 Component 目前是否處於設計模式。 (繼承來源 Component) |
DesignTimeVisible |
取得或設定值,指出命令物件是否應該顯示在自定義介面控件中。 |
Events |
取得附加至這個 Component之事件處理程序的清單。 (繼承來源 Component) |
Parameters |
取得 DbParameter 物件的集合。 如需參數的詳細資訊,請參閱 設定參數和參數資料類型。 |
Site | (繼承來源 Component) |
Transaction |
取得或設定這個 DbCommand 物件執行所在的 DbTransaction。 |
UpdatedRowSource |
取得或設定當 DbDataAdapter的 Update 方法使用時,命令結果如何套用至 DataRow。 |
方法
事件
Disposed |
當呼叫 Dispose() 方法時,就會發生元件。 (繼承來源 Component) |
明確介面實作
IDbCommand.Connection |
取得或設定這個 IDbCommand實例所使用的 IDbConnection。 |
IDbCommand.CreateParameter() |
建立 IDbDataParameter 物件的新實例。 |
IDbCommand.ExecuteReader() |
針對 Connection 執行 CommandText,並建置 IDataReader。 |
IDbCommand.ExecuteReader(CommandBehavior) |
針對 Connection執行 CommandText,並使用其中一個 CommandBehavior 值來建置 IDataReader。 |
IDbCommand.Parameters | |
IDbCommand.Transaction |
取得或設定這個 DbCommand 物件執行所在的 DbTransaction。 |
擴充方法
ConfigureAwait(IAsyncDisposable, Boolean) |
設定如何執行從異步可處置專案傳回的工作等候。 |