Click or drag to resize

DataSourceCommandTypeEvaluateDataFilter Field

Evaluates whether a data row in a buffer satisfies a data filter. Input parameters:
  • AdditionalData - The data filter, provided in XML format.
  • Parameter - A Buffer, containing the data to be evaluated.
  • TableName - The name of the table, containing the row, which should be evaluated.
  • Id - The id of the row, which should be evaluated.
The result is returned in AdditionalData. It is either "true" or "false".

For more information, CreateEvaluateDataFilterCommand(String, Guid, String, String, IBuffer)

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

Field Value

Type: DataSourceCommandType
See Also