纽威
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
1.6 KiB

2 years ago
  1. #pragma warning disable 1591
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // 此代码由工具生成。
  5. // 运行时版本:4.0.30319.42000
  6. //
  7. // 对此文件的更改可能会导致不正确的行为,并且如果
  8. // 重新生成代码,这些更改将会丢失。
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. namespace NFine.Domain._03_Entity
  12. {
  13. using System.Data.Linq;
  14. using System.Data.Linq.Mapping;
  15. using System.Data;
  16. using System.Collections.Generic;
  17. using System.Reflection;
  18. using System.Linq;
  19. using System.Linq.Expressions;
  20. using System.ComponentModel;
  21. using System;
  22. public partial class DataClasses1DataContext : System.Data.Linq.DataContext
  23. {
  24. private static System.Data.Linq.Mapping.MappingSource mappingSource = new AttributeMappingSource();
  25. #region 可扩展性方法定义
  26. partial void OnCreated();
  27. #endregion
  28. public DataClasses1DataContext(string connection) :
  29. base(connection, mappingSource)
  30. {
  31. OnCreated();
  32. }
  33. public DataClasses1DataContext(System.Data.IDbConnection connection) :
  34. base(connection, mappingSource)
  35. {
  36. OnCreated();
  37. }
  38. public DataClasses1DataContext(string connection, System.Data.Linq.Mapping.MappingSource mappingSource) :
  39. base(connection, mappingSource)
  40. {
  41. OnCreated();
  42. }
  43. public DataClasses1DataContext(System.Data.IDbConnection connection, System.Data.Linq.Mapping.MappingSource mappingSource) :
  44. base(connection, mappingSource)
  45. {
  46. OnCreated();
  47. }
  48. }
  49. }
  50. #pragma warning restore 1591