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