TableName: String;
The TableName property determines the repository table, from which the data is imported.
To import data by using a SQL query, specify a query text in the TableName property. Note that the case of fields' identifiers is not changed. Use the case matching with that of identifiers in the database table in the query text.
The property use is given in the example for IRdsImportSchema.Incremental.
See also: