DbBatch.Connection 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.
Gets or sets the DbConnection used by this DbBatch.
public:
 property System::Data::Common::DbConnection ^ Connection { System::Data::Common::DbConnection ^ get(); void set(System::Data::Common::DbConnection ^ value); };public System.Data.Common.DbConnection? Connection { get; set; }member this.Connection : System.Data.Common.DbConnection with get, setPublic Property Connection As DbConnectionProperty Value
The connection to the data source.