C# 클래스 littleworld.DAL.LTsectionTb

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

공개 메소드들

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

增加一条数据

Delete ( int sectionId ) : bool

删除一条数据

DeleteList ( string sectionIdlist ) : bool

批量删除数据

Exists ( int sectionId ) : bool

是否存在该记录

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

获得前几行数据

GetList ( string strWhere ) : DataSet

获得数据列表

GetMaxId ( ) : int

得到最大ID

GetModel ( int sectionId ) : littleworld.Model.LTsectionTb

得到一个对象实体

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

更新一条数据

메소드 상세

Add() 공개 메소드

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

Delete() 공개 메소드

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

DeleteList() 공개 메소드

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

Exists() 공개 메소드

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

LTsectionTb() 공개 메소드

public LTsectionTb ( ) : System
리턴 System

Update() 공개 메소드

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