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