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

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULCommand class » ULCommand constructors

ULCommand(String, ULConnection) constructor Next Page

ULCommand(String, ULConnection, ULTransaction) constructor


Initializes a ULCommand object with the specified command text, connection, and transaction.

Syntax

Visual Basic

Public Sub New( _
ByVal cmdText As String, _
ByVal connection As ULConnection, _
ByVal transaction As ULTransaction _
)

C#

public ULCommand(
string cmdText,
ULConnection connection,
ULTransaction transaction
);

Parameters
See also