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
Syntaxpublic DataSourceCommandType CommandType { get; set; }
Public Property CommandType As DataSourceCommandType
Get
Set
public:
property DataSourceCommandType^ CommandType {
DataSourceCommandType^ get ();
void set (DataSourceCommandType^ value);
}
member CommandType : DataSourceCommandType with get, set
Property Value
Type:
DataSourceCommandType
The type of the command.
See Also