Advanced.Data.Provider Documentation

AdpCommand.CommandType Property

[This is preliminary documentation and subject to change.]

Gets or sets a value indicating how the CommandText property is to be interpreted.

[Visual Basic]
NotOverridable Public Property CommandType As CommandType Implements _
   IDbCommand.CommandType
[C#]
public System.Data.CommandType CommandType {get; set;}

Implements

IDbCommand.CommandType

See Also

AdpCommand Class | Advanced.Data.Provider Namespace