Table of Contents

FilterDefParamAttribute.Create Constructor

Creates a FilterDefParamAttribute associating a typed parameter with a filter definition.

Syntax

Unit: Aurelius.Mapping.Attributes

constructor FilterDefParamAttribute.Create(const AFilterName: string; const AParamName: string; AParamType: PTypeInfo);

Parameters

<-> Parameter Type Description
const AFilterName string The name of the filter definition this parameter belongs to.
const AParamName string The name of the parameter as referenced in the filter's SQL condition.
AParamType PTypeInfo The RTTI type information of the parameter value type.

See also