TCriteriaResult.HasProp Method
Returns True if this result row contains a property with the specified name.
Syntax
Unit: Aurelius.Criteria.Base
function TCriteriaResult.HasProp(PropName: string): Boolean;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| PropName | string | The property or alias name to look up. |