DbConnection property

Gets or sets the System.Data.Common.DbConnection used by this SACommand object.

Visual Basic syntax

Protected Overrides Property DbConnection As DbConnection

C# syntax

protected override DbConnection DbConnection {get;set;}

Remarks

The connection to the data source.