1
// -----------------------------------------------
2
// Class: TInAccount
3
// Represents data from the T_InAccount
4
// database table.
5
//
6
// This file was generated by DaliStudio(tm)
7
// a product of Revelation Technologies, LLC
8
// www.revtechnologies.com
9
//
10
// You should modify this file to suit your needs.
11
// However, DaliStudio will overwrite your changes
12
// if you regenerate the file.
13
// -----------------------------------------------
14
15
namespace Test
16
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
可以看一下我用它自带的代码生成工具生成的代码,再和现在的ORM对比一下你就会发现有可取之处。