DbBatch.CreateDbBatchCommand 方法

定義

當在衍生類別中覆寫時,會建立一個新的物件實例 DbBatchCommand

protected:
 abstract System::Data::Common::DbBatchCommand ^ CreateDbBatchCommand();
protected abstract System.Data.Common.DbBatchCommand CreateDbBatchCommand();
abstract member CreateDbBatchCommand : unit -> System.Data.Common.DbBatchCommand
Protected MustOverride Function CreateDbBatchCommand () As DbBatchCommand

傳回

DbBatchCommand 物件。

適用於