메소드 | 설명 | |
---|---|---|
Add ( littleworld model ) : int |
增加一条数据
|
|
DataTableToList ( |
获得数据列表
|
|
Delete ( int adminID ) : bool |
删除一条数据
|
|
DeleteList ( string adminIDlist ) : bool |
删除一条数据
|
|
Exists ( int adminID ) : bool |
是否存在该记录
|
|
GetAllList ( ) : |
获得数据列表
|
|
GetList ( int Top, string strWhere, string filedOrder ) : |
获得前几行数据
|
|
GetList ( string strWhere ) : |
获得数据列表
|
|
GetMaxId ( ) : int |
得到最大ID
|
|
GetModel ( int adminID ) : |
得到一个对象实体
|
|
GetModelByCache ( int adminID ) : |
得到一个对象实体,从缓存中
|
|
GetModelList ( string strWhere ) : List |
获得数据列表
|
|
Update ( littleworld model ) : bool |
更新一条数据
|
|
adminTb ( ) : System |
public DataTableToList ( |
||
dt | ||
리턴 | List |
public GetList ( int Top, string strWhere, string filedOrder ) : |
||
Top | int | |
strWhere | string | |
filedOrder | string | |
리턴 |
public GetList ( string strWhere ) : |
||
strWhere | string | |
리턴 |
public GetModel ( int adminID ) : |
||
adminID | int | |
리턴 |
public GetModelByCache ( int adminID ) : |
||
adminID | int | |
리턴 |