资源简介

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.1\DbLinq.Firebird.dll
     文件       42496  2010-04-16 20:50  DbLinq-0.20.1\DbLinq.Firebird.pdb
     文件       22528  2010-04-16 20:50  DbLinq-0.20.1\DbLinq.Ingres.dll
     文件       36352  2010-04-16 20:50  DbLinq-0.20.1\DbLinq.Ingres.pdb
     文件       19968  2010-04-16 20:50  DbLinq-0.20.1\DbLinq.MySql.dll
     文件       38400  2010-04-16 20:50  DbLinq-0.20.1\DbLinq.MySql.pdb
     文件       26624  2010-04-16 20:50  DbLinq-0.20.1\DbLinq.Oracle.dll
     文件       40448  2010-04-16 20:50  DbLinq-0.20.1\DbLinq.Oracle.pdb
     文件       25088  2010-04-16 20:50  DbLinq-0.20.1\DbLinq.PostgreSql.dll
     文件       44544  2010-04-16 20:50  DbLinq-0.20.1\DbLinq.PostgreSql.pdb
     文件       22016  2010-04-16 20:50  DbLinq-0.20.1\DbLinq.SqlServer.dll
     文件       36352  2010-04-16 20:50  DbLinq-0.20.1\DbLinq.SqlServer.pdb
     文件       16384  2010-04-16 20:50  DbLinq-0.20.1\DbLinq.Sqlite.dll
     文件       34304  2010-04-16 20:50  DbLinq-0.20.1\DbLinq.Sqlite.pdb
     文件      401408  2010-04-16 20:50  DbLinq-0.20.1\DbLinq.dll
     文件     1037824  2010-04-16 20:50  DbLinq-0.20.1\DbLinq.pdb
     文件     4927488  2010-04-16 20:50  DbLinq-0.20.1\Dbmetal.exe
     文件        2941  2010-04-16 20:50  DbLinq-0.20.1\Dbmetal.exe.config
     文件      284160  2010-04-16 20:50  DbLinq-0.20.1\Dbmetal.pdb
     文件      294912  2013-05-22 17:21  DbLinq-0.20.1\MySql.Data.dll
     文件      124811  2018-11-27 10:47  DbLinq-0.20.1\MysqlLinq.cs
     文件        3042  2018-11-28 14:52  DbLinq-0.20.1\说明.txt

评论

共有 条评论