Example #1
0
        // according to the table name required, return corresponding schema record
        public SchemaRecord GetTableSchemaRecord(string tableName)
        {
            Catalog_table a = new Catalog_table(_databaseName);

            return(a.GetTableSchemaRecord(tableName));
        }