C# 클래스 littleworld.DAL.fansGroupTb

数据访问类:fansGroupTb
파일 보기 프로젝트 열기: radishPit/littleworld

공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

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

Delete() 공개 메소드

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

DeleteList() 공개 메소드

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

Exists() 공개 메소드

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

GetList() 공개 메소드

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

GetList() 공개 메소드

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

GetMaxId() 공개 메소드

得到最大ID
public GetMaxId ( ) : int
리턴 int

GetModel() 공개 메소드

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

Update() 공개 메소드

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

fansGroupTb() 공개 메소드

public fansGroupTb ( ) : System
리턴 System