Click or drag to resize

DataSourceCommandTypeQuery Field

Executes the supplied Query against the data source. The result is provided in Result.

For more information, see CreateQueryCommand(DataAccessQuery, String).

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public const DataSourceCommandType Query = 1

Field Value

Type: DataSourceCommandType
See Also