C# 클래스 littleworld.DAL.userTb

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

공개 메소드들

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

增加一条数据

Delete ( int userID ) : bool

删除一条数据

DeleteList ( string userIDlist ) : bool

批量删除数据

Exists ( int userID ) : bool

是否存在该记录

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

获得前几行数据

GetList ( string strWhere ) : DataSet

获得数据列表

GetMaxId ( ) : int

得到最大ID

GetModel ( int userID ) : littleworld.Model.userTb

得到一个对象实体

Update ( littleworld model ) : bool

更新一条数据

userTb ( ) : System

메소드 상세

Add() 공개 메소드

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

Delete() 공개 메소드

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

DeleteList() 공개 메소드

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

Exists() 공개 메소드

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

Update() 공개 메소드

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

userTb() 공개 메소드

public userTb ( ) : System
리턴 System