GetQueryResult

IFieldDatabaseProvider.GetQueryResult method

Returns query result.

public FieldDatabaseDataTable GetQueryResult(string fileName, string connection, string query, 
    FieldDatabase field)
ParameterTypeDescription
fileNameStringThe complete path and file name of the database specified in the \d field switch.
connectionStringThe connection to the data specified in the \c field switch.
queryStringThe set of SQL instructions that query the database specified in the \s field switch.
fieldFieldDatabaseThe field being updated.

Return Value

The FieldDatabaseDataTable instance that should be used for the field’s update.

See Also