Table of Contents

TFilterDefinition.IndexOfParam Method

Returns the zero-based index of the parameter with the given name, or -1 if not found.

Syntax

Unit: Aurelius.Mapping.Metadata

function TFilterDefinition.IndexOfParam(const Name: string): Integer;

Parameters

<-> Parameter Type Description
const Name string The parameter name to search for.

See also