Click or drag to resize

DataSourceCommandTypeQueryCount Field

Returns the number of records returned by a query. The result is provided in AdditionalData.

For more information, see CreateQueryCountCommand(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 QueryCount = 8

Field Value

Type: DataSourceCommandType
See Also