QueryNew

Return new query

Method Signature

QueryNew(columnList=[any], columnTypeList=[string], rowData=[any])

Arguments

ArgumentTypeRequiredDescriptionDefault

columnList

any

true

The column list to be used in the query. Delimited list of column names, or an empty string.

columnTypeList

string

false

Comma-delimited list specifying column data types.

rowData

any

false

Data to populate the query. Can be a struct (with keys matching column names), an array of structs, or an array of arrays (in same order as columnList)

Examples

Last updated

Logo

Copyright & Register Trademark by Ortus Solutions, Corp & Ortus Software, LLC