中国地图 世界地图 切换
This commit is contained in:
+5
-5
@@ -22,7 +22,7 @@ namespace Model
|
||||
using System;
|
||||
|
||||
|
||||
public partial class SGGLDB_CD : System.Data.Linq.DataContext
|
||||
public partial class SGGLDB : System.Data.Linq.DataContext
|
||||
{
|
||||
|
||||
private static System.Data.Linq.Mapping.MappingSource mappingSource = new AttributeMappingSource();
|
||||
@@ -2389,25 +2389,25 @@ namespace Model
|
||||
partial void DeleteZHGL_WorkHandoverDetail(ZHGL_WorkHandoverDetail instance);
|
||||
#endregion
|
||||
|
||||
public SGGLDB_CD(string connection) :
|
||||
public SGGLDB(string connection) :
|
||||
base(connection, mappingSource)
|
||||
{
|
||||
OnCreated();
|
||||
}
|
||||
|
||||
public SGGLDB_CD(System.Data.IDbConnection connection) :
|
||||
public SGGLDB(System.Data.IDbConnection connection) :
|
||||
base(connection, mappingSource)
|
||||
{
|
||||
OnCreated();
|
||||
}
|
||||
|
||||
public SGGLDB_CD(string connection, System.Data.Linq.Mapping.MappingSource mappingSource) :
|
||||
public SGGLDB(string connection, System.Data.Linq.Mapping.MappingSource mappingSource) :
|
||||
base(connection, mappingSource)
|
||||
{
|
||||
OnCreated();
|
||||
}
|
||||
|
||||
public SGGLDB_CD(System.Data.IDbConnection connection, System.Data.Linq.Mapping.MappingSource mappingSource) :
|
||||
public SGGLDB(System.Data.IDbConnection connection, System.Data.Linq.Mapping.MappingSource mappingSource) :
|
||||
base(connection, mappingSource)
|
||||
{
|
||||
OnCreated();
|
||||
|
||||
Reference in New Issue
Block a user