Parameter | Description |
---|---|
iField | Table column to create string for |
Formatted string representing the SQL column.
Function SQLStrFieldName Integer iField Returns String
Call: | Get SQLStrFieldName iField to StringVariable |
This is a helper function that returns a string representing the SQL column in a format that can be used by an SQL WHERE clause.
Get SQLStrFieldName (RefTable(Customer.Name)) to sFilter