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

CommandTimeout property Next Page

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