ISQLGenerator.GetDefaultParamName Method
Returns the default parameter placeholder name for the given SQL field, following the naming conventions of the target dialect.
Syntax
Unit: Aurelius.Sql.Interfaces
function ISQLGenerator.GetDefaultParamName(Field: TSQLField): string; virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Field | TSQLField | The SQL field for which a parameter name is needed. |
Returns
The parameter name string (e.g., ':p_0' or '@p_0').