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 constructors Next Page

ULCommand() constructor


Initializes a ULCommand object.

Syntax

Visual Basic

Public Sub New()

C#

public ULCommand();

Remarks

The ULCommand object needs to have the ULCommand.CommandText, ULCommand.Connection, and ULCommand.Transaction properties set before a statement can be executed.

See also