IRdsImportSchema.IsQuery

Fore Syntax

IsQuery: Boolean;

Fore.NET Syntax

IsQuery: boolean;

Description

The property is read-only.

The IsQuery property determines whether to use SQL query as import source.

Comments

Available values:

Use the IRdsImportSchema.TableName property to set SQL query text or table name.

See also:

IRdsImportSchema