Click or drag to resize

DataSourceCommandCommandType Property

Gets or sets the type of the command.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public DataSourceCommandType CommandType { get; set; }

Property Value

Type: DataSourceCommandType
The type of the command.
See Also