C# 클래스 littleworld.DAL.LTreportTypeTb

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

공개 메소드들

메소드 설명
Add ( littleworld model ) : int

增加一条数据

Delete ( int NreporterID ) : bool

删除一条数据

DeleteList ( string NreporterIDlist ) : bool

批量删除数据

Exists ( int NreporterID ) : bool

是否存在该记录

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

获得前几行数据

GetList ( string strWhere ) : DataSet

获得数据列表

GetMaxId ( ) : int

得到最大ID

GetModel ( int NreporterID ) : littleworld.Model.LTreportTypeTb

得到一个对象实体

LTreportTypeTb ( ) : System
Update ( littleworld model ) : bool

更新一条数据

메소드 상세

Add() 공개 메소드

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

Delete() 공개 메소드

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

DeleteList() 공개 메소드

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

Exists() 공개 메소드

是否存在该记录
public Exists ( int NreporterID ) : bool
NreporterID 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 NreporterID ) : littleworld.Model.LTreportTypeTb
NreporterID int
리턴 littleworld.Model.LTreportTypeTb

LTreportTypeTb() 공개 메소드

public LTreportTypeTb ( ) : System
리턴 System

Update() 공개 메소드

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