DataEngine.AddToFields

Adds fields to the SELECT clause of a SQL statement.

public string AddToFields(string SQLStatement,
	string Fields);

Return Value

The SQL statement with the fields added to the SELECT clause.

Parameters

SQLStatement
The SQL statement to add fields to.

Fields
A comma-delimited list of fields to add to the SELECT clause.


See also:

Class DataEngine

© Stonefield Software Inc., 2023 • Updated: 06/06/16
Comment or report problem with topic