TAstaClientDataSet.TableName
Applies
to
TAstaClientDataSet
Declaration
property
TableName: string;
Description
The TableName property should be set to the table that you are targeting.
This is not needed if you are writing an SQL query using the SQL property. Using the TableName property
with the MetaDataRequest
set to taNormalQuery creates an SQL statement of "SELECT * FROM [TableName]" (where TableName
is your selection).