Table of Contents

TFilterDefinition.DefaultSqlCondition Property

Returns the default SQL condition associated with this filter definition.

Remarks

Individual entity mappings may override this condition when applying the filter. The SQL condition may contain named parameter placeholders that are replaced at query time with the values supplied via TEnabledFilter.SetParam.

Syntax

Unit: Aurelius.Mapping.Metadata

property TFilterDefinition.DefaultSqlCondition: string

See also