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

SQL Anywhere 11.0.1 (Français) » UltraLite - .NET Programming » UltraLite .NET 2.0 API reference » ULCommand class

 

CommandType property

Specifies the type of command to be executed.

Syntax
Visual Basic
Public Overrides Property CommandType As CommandType
C#
public override CommandType CommandType { get; set; }
Property value

One of the System.Data.CommandType values. The default is System.Data.CommandType.Text.

Remarks

Supported command types are as follows:

See also