DbLinq-0.20.1包括MySql.Data.dll


DbLinq-0.20.1(包括MySql.Data.dll) 有说明文档
资源截图
代码片段和文件信息
// 
//  ____  _     __  __      _        _ 
// |  _ | |__ |  /  | ___| |_ __ _| |
// | | | | ‘_ | |/| |/ _  __/ _‘ | |
// | |_| | |_) | |  | |  __/ || (_| | |
// |____/|_.__/|_|  |_|\___|\__\___|_|
//
// Auto-generated from yaxtless on 2018-11-27 10:47:57Z.
// Please visit http://code.google.com/p/dblinq2007/ for more information.
//
namespace ThreeRateTool
{
using System;
using System.ComponentModel;
using System.Data;
#if MONO_STRICT
using System.Data.Linq;
#else   // MONO_STRICT
using DbLinq.Data.Linq;
using DbLinq.Vendor;
#endif  // MONO_STRICT
using System.Data.Linq.Mapping;
using System.Diagnostics;


public partial class YAxTLess : DataContext
{

#region Extensibility Method Declarations
partial void OnCreated();
#endregion


public YAxTLess(string connectionString) : 
base(connectionString)
{
this.OnCreated();
}

public YAxTLess(string connection MappingSource mappingSource) : 
base(connection mappingSource)
{
this.OnCreated();
}

public YAxTLess(IDbConnection connection MappingSource mappingSource) : 
base(connection mappingSource)
{
this.OnCreated();
}

public Table DatArea
{
get
{
return this.GetTable();
}
}

public Table DatCard
{
get
{
return this.GetTable();
}
}

public Table DatCoalface
{
get
{
return this.GetTable();
}
}

public Table DatCoalfaceVehicle
{
get
{
return this.GetTable();
}
}

public Table DatDrivingFace
{
get
{
return this.GetTable();
}
}

public Table DatDrivingFaceVehicle
{
get
{
return this.GetTable();
}
}

public Table DatShift
{
get
{
return this.GetTable();
}
}

public Table DatStaffExtend
{
get
{
return this.GetTable();
}
}

public Table DatVehicle
{
get
{
return this.GetTable();
}
}

public Table DatVehicleExtend
{
get
{
return this.GetTable();
}
}

public Table HisRegularCycleDetail
{
get
{
return this.GetTable();
}
}

public Table HisStartupDetail
{
get
{
return this.GetTable();
}
}

public Table HisWorkTimeDetail
{
get
{
return this.GetTable();
}
}

public Table RpTAtTStaff
{
get
{
return this.GetTable();
}
}

public Table RpTAtTVehic

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-11-28 14:52  DbLinq-0.20.1
     文件       27136  2010-04-16 20:50  DbLinq-0.20.1DbLinq.Firebird.dll
     文件       42496  2010-04-16 20:50  DbLinq-0.20.1DbLinq.Firebird.pdb
     文件       22528  2010-04-16 20:50  DbLinq-0.20.1DbLinq.Ingres.dll
     文件       36352  2010-04-16 20:50  DbLinq-0.20.1DbLinq.Ingres.pdb
     文件       19968  2010-04-16 20:50  DbLinq-0.20.1DbLinq.MySql.dll
     文件       38400  2010-04-16 20:50  DbLinq-0.20.1DbLinq.MySql.pdb
     文件       26624  2010-04-16 20:50  DbLinq-0.20.1DbLinq.Oracle.dll
     文件       40448  2010-04-16 20:50  DbLinq-0.20.1DbLinq.Oracle.pdb
     文件       25088  2010-04-16 20:50  DbLinq-0.20.1DbLinq.PostgreSql.dll
     文件       44544  2010-04-16 20:50  DbLinq-0.20.1DbLinq.PostgreSql.pdb
     文件       22016  2010-04-16 20:50  DbLinq-0.20.1DbLinq.SqlServer.dll
     文件       36352  2010-04-16 20:50  DbLinq-0.20.1DbLinq.SqlServer.pdb
     文件       16384  2010-04-16 20:50  DbLinq-0.20.1DbLinq.Sqlite.dll
     文件       34304  2010-04-16 20:50  DbLinq-0.20.1DbLinq.Sqlite.pdb
     文件      401408  2010-04-16 20:50  DbLinq-0.20.1DbLinq.dll
     文件     1037824  2010-04-16 20:50  DbLinq-0.20.1DbLinq.pdb
     文件     4927488  2010-04-16 20:50  DbLinq-0.20.1Dbmetal.exe
     文件        2941  2010-04-16 20:50  DbLinq-0.20.1Dbmetal.exe.config
     文件      284160  2010-04-16 20:50  DbLinq-0.20.1Dbmetal.pdb
     文件      294912  2013-05-22 17:21  DbLinq-0.20.1MySql.Data.dll
     文件      124811  2018-11-27 10:47  DbLinq-0.20.1MysqlLinq.cs
     文件        3042  2018-11-28 14:52  DbLinq-0.20.1说明.txt

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)