• 大小: 2.88M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-25
  • 语言: C#
  • 标签: SQLite  数据库  MySql  sql  

资源简介

数据库通用类库支持SQL/Mysql/odbc/oledb/SQLite/oracel

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Data;
using System.Collections;
using System.ComponentModel;
namespace SXLibrary
{
    /// 
    /// DataTable操作
    /// 

    public abstract class DataTableHelper
    {
        /// 
        /// 根据条件分组,保留所有列。List grouped = new List() ;  
        /// 

        /// 
        /// 
        /// 
        /// 
        /// 
        public static void GroupDataRows(IEnumerable source List destination
            string[] groupByFields int fieldIndex DataTable s

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      54002  2014-04-24 16:41  DBHelper.cs

     文件      31051  2014-04-24 16:41  FlieObj.cs

     文件       3391  2014-04-21 16:27  Log.cs

     文件       3138  2014-03-05 15:53  Log4net.config

     文件     299008  2014-03-05 11:21  log4net.dll

     文件     437248  2014-04-22 10:40  MySql.Data.dll

     文件       4299  2014-04-24 16:41  SXLibrary.csproj

     文件     268800  2014-04-22 10:40  System.Data.SQLite.DLL

     文件       3389  2014-03-26 10:25  WriteLog.cs

     文件     390224  2013-11-06 10:49  bin\Debug\ChnCharInfo.dll

     文件     299008  2014-03-05 11:21  bin\Debug\log4net.dll

     文件     437248  2014-04-22 10:40  bin\Debug\MySql.Data.dll

     文件    1600000  2014-01-14 11:12  bin\Debug\NPOI.dll

     文件      34816  2014-04-24 16:42  bin\Debug\SXLibrary.dll

     文件      79360  2014-04-24 16:42  bin\Debug\SXLibrary.pdb

     文件     268800  2014-04-22 10:40  bin\Debug\System.Data.SQLite.DLL

     文件     390224  2013-11-06 10:49  bin\Release\ChnCharInfo.dll

     文件     299008  2014-03-05 11:21  bin\Release\log4net.dll

     文件     437248  2013-06-20 00:34  bin\Release\MySql.Data.dll

     文件    1600000  2014-01-14 11:12  bin\Release\NPOI.dll

     文件     743424  2014-03-13 10:25  bin\Release\SQLite.Interop.dll

     文件      90624  2014-03-14 14:54  bin\Release\SXLibrary.dll

     文件     257536  2014-03-14 14:54  bin\Release\SXLibrary.pdb

     文件     268800  2014-03-13 10:25  bin\Release\System.Data.SQLite.DLL

     文件       7637  2014-04-24 16:42  obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件       2830  2014-04-24 16:42  obj\Debug\SXLibrary.csproj.FileListAbsolute.txt

     文件        917  2014-04-24 16:41  obj\Debug\SXLibrary.csproj.GenerateResource.Cache

     文件      30206  2014-04-24 16:42  obj\Debug\SXLibrary.csprojResolveAssemblyReference.cache

     文件      34816  2014-04-24 16:42  obj\Debug\SXLibrary.dll

     文件      79360  2014-04-24 16:42  obj\Debug\SXLibrary.pdb

............此处省略24个文件信息

评论

共有 条评论