摘要:
mysql 查询数据库的所有表格字段 SELECT TABLE_SCHEMA as `Database`, TABLE_NAME as `Table`, COLUMN_NAME as `Column`, DATA_TYPE as `DataType`, IS_NULLABLE as `IsNulla 阅读全文
摘要:
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Diagnostics; using System.Linq; using Sys 阅读全文