C# Класс littleworld.BLL.photoTb

photoTb
Показать файл Открыть проект

Открытые методы

Метод Описание
Add ( littleworld model ) : bool

增加一条数据

DataTableToList ( DataTable dt ) : List

获得数据列表

Delete ( int photoID ) : bool

删除一条数据

DeleteList ( string photoIDlist ) : bool

删除一条数据

Exists ( int photoID ) : bool

是否存在该记录

GetAllList ( ) : DataSet

获得数据列表

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

获得前几行数据

GetList ( string strWhere ) : DataSet

获得数据列表

GetMaxId ( ) : int

得到最大ID

GetModel ( int photoID ) : photoTb

得到一个对象实体

GetModelByCache ( int photoID ) : photoTb

得到一个对象实体,从缓存中

GetModelList ( string strWhere ) : List

获得数据列表

Update ( littleworld model ) : bool

更新一条数据

photoTb ( ) : System

Описание методов

Add() публичный Метод

增加一条数据
public Add ( littleworld model ) : bool
model littleworld
Результат bool

DataTableToList() публичный Метод

获得数据列表
public DataTableToList ( DataTable dt ) : List
dt System.Data.DataTable
Результат List

Delete() публичный Метод

删除一条数据
public Delete ( int photoID ) : bool
photoID int
Результат bool

DeleteList() публичный Метод

删除一条数据
public DeleteList ( string photoIDlist ) : bool
photoIDlist string
Результат bool

Exists() публичный Метод

是否存在该记录
public Exists ( int photoID ) : bool
photoID int
Результат bool

GetAllList() публичный Метод

获得数据列表
public GetAllList ( ) : DataSet
Результат System.Data.DataSet

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 photoID ) : photoTb
photoID int
Результат littleworld.Model.photoTb

GetModelByCache() публичный Метод

得到一个对象实体,从缓存中
public GetModelByCache ( int photoID ) : photoTb
photoID int
Результат littleworld.Model.photoTb

GetModelList() публичный Метод

获得数据列表
public GetModelList ( string strWhere ) : List
strWhere string
Результат List

Update() публичный Метод

更新一条数据
public Update ( littleworld model ) : bool
model littleworld
Результат bool

photoTb() публичный Метод

public photoTb ( ) : System
Результат System