Example #1
0
        public List <SchemaRecord> GetTablesSchemaRecord()
        {
            Catalog_table a = new Catalog_table(_databaseName);

            return(a.GetTablesSchemaRecord());
        }