Freigeben über


SqlClientFactory.CreateBatch Methode

Definition

Gibt eine stark typisierte DbBatch-Instanz zurück.

public:
 override System::Data::Common::DbBatch ^ CreateBatch();
public override System.Data.Common.DbBatch CreateBatch ();
override this.CreateBatch : unit -> System.Data.Common.DbBatch
Public Overrides Function CreateBatch () As DbBatch

Gibt zurück

Eine neue stark typisierte instance von DbBatch .

Beispiele

Das folgende Codefragment gibt eine stark typisierte DbBatch instance zurück:

SqlClientFactory newFactory = SqlClientFactory.Instance;
DbParameter cmd = newFactory.CreateBatch();

Gilt für: