DbBatch.DbConnection Eigenschap

Definitie

Wanneer deze wordt overschreven in een afgeleide klasse, haalt of stelt u de DbConnection gebruikte klasse in DbBatch.

protected:
 abstract property System::Data::Common::DbConnection ^ DbConnection { System::Data::Common::DbConnection ^ get(); void set(System::Data::Common::DbConnection ^ value); };
protected abstract System.Data.Common.DbConnection? DbConnection { get; set; }
member this.DbConnection : System.Data.Common.DbConnection with get, set
Protected MustOverride Property DbConnection As DbConnection

Waarde van eigenschap

De verbinding met de gegevensbron.

Van toepassing op