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

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

 

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