【例子介绍】c# 动态获得数据库中所有查询和视图 c# 视图信息 c# 存储过程信息
【相关图片】
【源码结构】
文件清单
├── Case06_7
│ ├── bin
│ │ └── Debug
│ │ ├── Case06_7.exe
│ │ ├── Case06_7.pdb
│ │ ├── Case06_7.vshost.exe
│ │ └── Case06_7.vshost.exe.manifest
│ ├── Case06_7.csproj
│ ├── Form1.cs
│ ├── Form1.Designer.cs
│ ├── Form1.resx
│ ├── obj
│ │ └── Debug
│ │ ├── Case06_7.csproj.FileListAbsolute.txt
│ │ ├── Case06_7.csproj.GenerateResource.Cache
│ │ ├── Case06_7.exe
│ │ ├── Case06_7.Form1.resources
│ │ ├── Case06_7.pdb
│ │ ├── Case06_7.Properties.Resources.resources
│ │ └── TempPE
│ ├── Program.cs
│ └── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── Case06_7.sln
└── Case06_7.suo
7 directories, 22 files
评论