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
Syntaxpublic const DataSourceCommandType EvaluateDataFilter = 6
Public Const EvaluateDataFilter As DataSourceCommandType = 6
public:
literal DataSourceCommandType^ EvaluateDataFilter = 6
static val mutable EvaluateDataFilter: DataSourceCommandType
Field Value
Type:
DataSourceCommandType
See Also