C# Class littleworld.DAL.fansGroupTb

数据访问类:fansGroupTb
显示文件 Open project: radishPit/littleworld

Public Methods

Method Description
Add ( littleworld model ) : int

增加一条数据

Delete ( int fansGroupID ) : bool

删除一条数据

DeleteList ( string fansGroupIDlist ) : bool

批量删除数据

Exists ( int fansGroupID ) : bool

是否存在该记录

GetList ( int Top, string strWhere, string filedOrder ) : DataSet

获得前几行数据

GetList ( string strWhere ) : DataSet

获得数据列表

GetMaxId ( ) : int

得到最大ID

GetModel ( int fansGroupID ) : littleworld.Model.fansGroupTb

得到一个对象实体

Update ( littleworld model ) : bool

更新一条数据

fansGroupTb ( ) : System

Method Details

Add() public method

增加一条数据
public Add ( littleworld model ) : int
model littleworld
return int

Delete() public method

删除一条数据
public Delete ( int fansGroupID ) : bool
fansGroupID int
return bool

DeleteList() public method

批量删除数据
public DeleteList ( string fansGroupIDlist ) : bool
fansGroupIDlist string
return bool

Exists() public method

是否存在该记录
public Exists ( int fansGroupID ) : bool
fansGroupID int
return bool

GetList() public method

获得前几行数据
public GetList ( int Top, string strWhere, string filedOrder ) : DataSet
Top int
strWhere string
filedOrder string
return System.Data.DataSet

GetList() public method

获得数据列表
public GetList ( string strWhere ) : DataSet
strWhere string
return System.Data.DataSet

GetMaxId() public method

得到最大ID
public GetMaxId ( ) : int
return int

GetModel() public method

得到一个对象实体
public GetModel ( int fansGroupID ) : littleworld.Model.fansGroupTb
fansGroupID int
return littleworld.Model.fansGroupTb

Update() public method

更新一条数据
public Update ( littleworld model ) : bool
model littleworld
return bool

fansGroupTb() public method

public fansGroupTb ( ) : System
return System