Méthode | Description | |
---|---|---|
Add ( CustomerService model ) : bool |
增加一条数据
|
|
Delete ( System.Guid GUID ) : bool |
删除一条数据
|
|
DeleteList ( string GUIDlist ) : bool |
批量删除数据
|
|
Exists ( System.Guid GUID ) : bool |
是否存在该记录
|
|
GetList ( int Top, string strWhere, string filedOrder ) : |
获得前几行数据
|
|
GetList ( string strWhere ) : |
获得数据列表
|
|
GetModel ( System.Guid GUID ) : CustomerService.Model.Solution |
得到一个对象实体
|
|
Solution ( ) : System | ||
Update ( CustomerService model ) : bool |
更新一条数据
|
public Add ( CustomerService model ) : bool | ||
model | CustomerService | |
Résultat | bool |
public DeleteList ( string GUIDlist ) : bool | ||
GUIDlist | 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 ( System.Guid GUID ) : CustomerService.Model.Solution | ||
GUID | System.Guid | |
Résultat | CustomerService.Model.Solution |
public Update ( CustomerService model ) : bool | ||
model | CustomerService | |
Résultat | bool |