Property Get AutoRefresh() As Boolean
Re-read table schema information each time it is accessed rather than caching
Core Properties and Methods
Re-read table schema information each time it is accessed rather than caching
Get the DbConnect object associated with the schema
Read the table schemas for all the tables in the database
Get the 'ReadUserDefinedMetaData' setting (see Init).
User metadata support not yet implemented.
Clear the cached schema so that the table schema is re-read next time it is accessed.
Get the text description for the database schema
Get an SQLConstructor object initialised for use with this schema
Get the database type: xf_SQLDatabaseType_MSAccess or xf_SQLDatabaseType_MSSQL
' Get Col Details for table Set objTableSchema = p_objSchema.TableSchema(TableName)