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

SACommand(String) constructor


Initializes an SACommand object.

Syntax

Visual Basic

Public Sub New( _
ByVal cmdText As String _
)

C#

public SACommand(
string cmdText
);

Parameters
See also