DbCommand.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 DbCommand.
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; }[System.ComponentModel.Browsable(false)]
public System.Data.Common.DbConnection? Connection { get; set; }[System.ComponentModel.Browsable(false)]
public System.Data.Common.DbConnection Connection { get; set; }member this.Connection : System.Data.Common.DbConnection with get, set[<System.ComponentModel.Browsable(false)>]
member this.Connection : System.Data.Common.DbConnection with get, setPublic Property Connection As DbConnectionProperty Value
The connection to the data source.
- Attributes