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 物件。

適用於