Connection property

Gets or sets the connection object to which the SACommand object applies.

Visual Basic syntax

Public Shadows Property Connection As SAConnection

C# syntax

public new SAConnection Connection {get;set;}

Remarks

The default value is a null reference. In Visual Basic it is Nothing.