基本信息
源码名称:DataTable与List的相互转换
源码大小:3.27M
文件格式:.rar
开发语言:C#
更新时间:2022-06-02
   源码介绍

DataTable与List的相互转换

将DataTable转换成List

将List转换成DataTable

.
├── 练习
│   ├── 练习
│   │   ├── App.config
│   │   ├── Program.cs
│   │   ├── TypeConvert.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │       └── net5.0
│   │   │           ├── BouncyCastle.Crypto.dll
│   │   │           ├── ICSharpCode.SharpZipLib.dll
│   │   │           ├── Microsoft.Win32.SystemEvents.dll
│   │   │           ├── NPOI.OOXML.dll
│   │   │           ├── NPOI.OpenXml4Net.dll
│   │   │           ├── NPOI.OpenXmlFormats.dll
│   │   │           ├── NPOI.dll
│   │   │           ├── System.Configuration.ConfigurationManager.dll
│   │   │           ├── System.Drawing.Common.dll
│   │   │           ├── System.Security.Cryptography.ProtectedData.dll
│   │   │           ├── System.Security.Permissions.dll
│   │   │           ├── ref
│   │   │           │   └── 练习.dll
│   │   │           ├── runtimes
│   │   │           │   ├── unix
│   │   │           │   │   └── lib
│   │   │           │   │       └── netcoreapp2.0
│   │   │           │   │           └── System.Drawing.Common.dll
│   │   │           │   └── win
│   │   │           │       └── lib
│   │   │           │           ├── netcoreapp2.0
│   │   │           │           │   ├── Microsoft.Win32.SystemEvents.dll
│   │   │           │           │   └── System.Drawing.Common.dll
│   │   │           │           └── netstandard2.0
│   │   │           │               └── System.Security.Cryptography.ProtectedData.dll
│   │   │           ├── 练习.deps.json
│   │   │           ├── 练习.dll
│   │   │           ├── 练习.dll.config
│   │   │           ├── 练习.exe
│   │   │           ├── 练习.pdb
│   │   │           ├── 练习.runtimeconfig.dev.json
│   │   │           └── 练习.runtimeconfig.json
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   └── net5.0
│   │   │   │       ├── apphost.exe
│   │   │   │       ├── ref
│   │   │   │       │   └── 练习.dll
│   │   │   │       ├── 练习.AssemblyInfo.cs
│   │   │   │       ├── 练习.AssemblyInfoInputs.cache
│   │   │   │       ├── 练习.GeneratedMSBuildEditorConfig.editorconfig
│   │   │   │       ├── 练习.assets.cache
│   │   │   │       ├── 练习.csproj.AssemblyReference.cache
│   │   │   │       ├── 练习.csproj.CopyComplete
│   │   │   │       ├── 练习.csproj.CoreCompileInputs.cache
│   │   │   │       ├── 练习.csproj.FileListAbsolute.txt
│   │   │   │       ├── 练习.dll
│   │   │   │       ├── 练习.genruntimeconfig.cache
│   │   │   │       └── 练习.pdb
│   │   │   ├── project.assets.json
│   │   │   ├── project.nuget.cache
│   │   │   ├── 练习.csproj.nuget.dgspec.json
│   │   │   ├── 练习.csproj.nuget.g.props
│   │   │   └── 练习.csproj.nuget.g.targets
│   │   └── 练习.csproj
│   └── 练习.sln
└── 好例子网_DT与List互转.rar

18 directories, 47 files