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, SAConnection) constructor Next Page

SACommand(String, SAConnection, SATransaction) 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, _
ByVal transaction As SATransaction _
)

C#

public SACommand(
string cmdText,
SAConnection connection,
SATransaction transaction
);

Parameters
See also