Public Sub Init( SQLDatabaseType As xf_SQLDatabaseTypeEnum, ReadUserDefinedMetaData As Boolean, Optional dbConn As xf_DbConnect = Nothing, Optional SchemaDescription As String = "")
Initialises the schema object Once the schema is loaded, table schemas are 'lazy loaded' - they are fetched the first time they are requested - so there is no need to explicity load or initialise the table schema.
xf_DataList
xf_DbSchema