DbBatch.DbConnection Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, gets or sets the DbConnection used by this 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, setProtected MustOverride Property DbConnection As DbConnectionProperty Value
The connection to the data source.