Click or drag to resize

DataAccessFilterGetAdvancedMatchRowCommand Method

Returns a command, which matches a row against the data filter, using DataSource call.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public DataSourceCommand GetAdvancedMatchRowCommand(
	IBufferRow row,
	string transactionName = null,
	IBuffer buffer = null
)

Parameters

row
Type: Aloe.SystemFrameworks.Domain.DataAccessIBufferRow
The row to match.
transactionName (Optional)
Type: SystemString
Name of the transaction to pass to the data source.
buffer (Optional)
Type: Aloe.SystemFrameworks.Domain.DataAccessIBuffer
Optionally - the buffer, containing the row. If not passed, the row is read from the database.

Return Value

Type: DataSourceCommand
True if the row is matched by the current data filter.
See Also