Connection property

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

Syntax
Visual Basic

Public Property Connection As SAConnection
C#

public SAConnection Connection { get; set; }
Property value

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

See also