Ejemplo n.º 1
0
        public static TableSchema GetBySql(IDatabase db, string sql)
        {
            DataTable dt = db.GetTableSchema(sql);

            return new TableSchema(dt);
        }