Method | Description | |
---|---|---|
Add ( littleworld model ) : int |
增加一条数据
|
|
Delete ( int ID ) : bool |
删除一条数据
|
|
DeleteList ( string IDlist ) : bool |
批量删除数据
|
|
Exists ( int ID ) : bool |
是否存在该记录
|
|
GetList ( int Top, string strWhere, string filedOrder ) : |
获得前几行数据
|
|
GetList ( string strWhere ) : |
获得数据列表
|
|
GetMaxId ( ) : int |
得到最大ID
|
|
GetModel ( int ID ) : littleworld.Model.LTreportTb |
得到一个对象实体
|
|
LTreportTb ( ) : System | ||
Update ( littleworld model ) : bool |
更新一条数据
|
public GetList ( int Top, string strWhere, string filedOrder ) : |
||
Top | int | |
strWhere | string | |
filedOrder | string | |
return |
public GetList ( string strWhere ) : |
||
strWhere | string | |
return |
public GetModel ( int ID ) : littleworld.Model.LTreportTb | ||
ID | int | |
return | littleworld.Model.LTreportTb |