IsQuery: Boolean;
IsQuery: boolean;
The property is read-only.
The IsQuery property determines whether to use SQL query as import source.
Available values:
True. SQL query is used for import.
False. Data is imported from the specified table.
Use the IRdsImportSchema.TableName property to set SQL query text or table name.
See also: