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 개체입니다.

적용 대상