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