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 » SACommand constructors

SACommand(String) constructor Next Page

SACommand(String, SAConnection) constructor


A SQL statement or stored procedure that is executed against a SQL Anywhere database.

Syntax

Visual Basic

Public Sub New( _
ByVal cmdText As String, _
ByVal connection As SAConnection _
)

C#

public SACommand(
string cmdText,
SAConnection connection
);

Parameters
See also