Parameter | Description |
---|---|
iField | Table column to create string for |
Formatted string representing the SQL schema, table and column.
Function SQLStrSchemaFileFieldName Integer iField Returns String
Call: | Get SQLStrSchemaFileFieldName iField to StringVariable |
This is a helper function that returns a string representing the SQL schema, table and column in a format that can be used by an SQL WHERE clause.
It bases the name on the schema and SQL table name, which may be different than the DataFlex logical name.
Get SQLStrSchemaFileFieldName (RefTable(Customer.Name)) to sFilter