Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » SQL Anywhere .NET 2.0 API Reference » SACommand class

CommandType property Next Page

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