Method | Description | |
---|---|---|
Add ( littleworld model ) : int |
增加一条数据
|
|
DataTableToList ( |
获得数据列表
|
|
Delete ( int ID ) : bool |
删除一条数据
|
|
DeleteList ( string IDlist ) : bool |
删除一条数据
|
|
Exists ( int ID ) : bool |
是否存在该记录
|
|
GetAllList ( ) : |
获得数据列表
|
|
GetList ( int Top, string strWhere, string filedOrder ) : |
获得前几行数据
|
|
GetList ( string strWhere ) : |
获得数据列表
|
|
GetMaxId ( ) : int |
得到最大ID
|
|
GetModel ( int ID ) : |
得到一个对象实体
|
|
GetModelByCache ( int ID ) : |
得到一个对象实体,从缓存中
|
|
GetModelList ( string strWhere ) : List |
获得数据列表
|
|
Update ( littleworld model ) : bool |
更新一条数据
|
|
privateLetterTb ( ) : System |
public DataTableToList ( |
||
dt | ||
return | List |
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 ) : |
||
ID | int | |
return |
public GetModelByCache ( int ID ) : |
||
ID | int | |
return |
public GetModelList ( string strWhere ) : List |
||
strWhere | string | |
return | List |