using System; using System.Collections.Generic; using System.Text; using System.Data; /*=================================================================== * 程序说明: tb__TestDataUpdate的ORM模型 * 作者资料: 孙中吕 * 创建日期: 2021-06-11 02:13:50 * 最后修改: 2021-06-11 02:13:50 * * 注: 本文件由代码生成器(Code Generator)自动生成。 * (此源码文件请放置在 YourProject.Models 模块)  * 版权所有 Copyright 2006~2021, C/S框架网(www.cscode.net) *===================================================================*/ namespace CSFramework.DBTester { /// /// ORM模型, 数据表:_TestDataUpdate,由ClassGenerator自动生成 /// public class _TestDataUpdate { #region 所有字段属性 public System.Int32 isid { get; set; } public System.Byte[] _Binary { get; set; } public System.DateTimeOffset _DateTimeOffset { get; set; } public System.Object _Sql_variant { get; set; } public System.String _Xml { get; set; } public System.Guid _UniqueIdentifier { get; set; } public System.String _Geometry { get; set; } public System.DateTime _Timestamp { get; set; } public System.Int32 _Int { get; set; } public System.Byte[] _Varbinary { get; set; } public System.Boolean _Bit { get; set; } public System.Char _Char { get; set; } public System.DateTime _Datetime2 { get; set; } public System.String _Geography { get; set; } public System.String _Hierarchyid { get; set; } public System.Byte[] _Image { get; set; } public System.String _Ntext { get; set; } #endregion } /// /// mysql测试 /// public class _testdataupdate { #region 所有字段属性 public System.Int32 isid { get; set; } public System.Byte[] _BinaryCHAR { get; set; } public System.Object _Sql_variant { get; set; } public System.String _Json { get; set; } public System.String _UniqueIdentifier { get; set; } public System.String _Geometry { get; set; } public System.DateTime _Timestamp { get; set; } public System.Int32 _Int { get; set; } public System.Byte[] _Varbinary { get; set; } public System.Boolean _Bit { get; set; } public System.Char _Char { get; set; } public System.DateTime _Datetime { get; set; } public System.String _Geography { get; set; } public System.String _Hierarchyid { get; set; } public System.Byte[] _Image { get; set; } public System.String _Ntext { get; set; } #endregion } }