Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 1.75 KB

File metadata and controls

56 lines (44 loc) · 1.75 KB

Function: QueryDeleteColumn

Deletes a column within a query object.

Method Signature

QueryDeleteColumn(query=[query], column=[string])

Arguments

Argument Type Required Description Default
query query true The query object to which the column should be deleted.
column string true The name of the column to delete.

Examples

Related