SQLStrFieldName - DataDictionary

Helper function that returns a string representing the SQL column in a format that can be used by an SQL WHERE clause

Type: Function

Return Data Type: String

Parameters: Integer iField

ParameterDescription
iFieldTable column to create string for


Return Value

Formatted string representing the SQL column.


Syntax
Function SQLStrFieldName Integer iField Returns String

Call: Get SQLStrFieldName iField to StringVariable


Description

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.

Sample

Get SQLStrFieldName (RefTable(Customer.Name)) to sFilter