Table of Contents

WhereAttribute.Create Constructor

Creates a WhereAttribute with the specified SQL filter expression.

Syntax

Unit: Aurelius.Mapping.Attributes

constructor WhereAttribute.Create(const ASqlClause: string);

Parameters

<-> Parameter Type Description
const ASqlClause string The SQL expression added to the WHERE clause. Property names may be wrapped in curly braces for automatic alias resolution.

See also