IRdsImportSchema.TableName

Fore Syntax

TableName: String;

Fore.NET Syntax

TableName: string;

Description

The TableName property determines the repository table, from which the data is imported.

Comments

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.

Fore and Fore.NET Examples

The property use is given in the example for IRdsImportSchema.Incremental.

See also:

IRdsImportSchema