C# Class TSM.DAL.CK_Product

���ݷ�����CK_Product��
Afficher le fichier Open project: kamiba/FineUIDemo

Méthodes publiques

Méthode Description
Add ( TSM model ) : int

����һ������

CK_Product ( ) : System
Delete ( int CK_ProductID ) : void

ɾ��һ������

Exists ( int CK_ProductID ) : bool

�Ƿ���ڸü�¼

GetList ( int PageSize, int PageIndex, string strWhere ) : DataSet

��ҳ��ȡ�����б�

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

���ǰ��������

GetList ( string strWhere ) : DataSet

��������б�

GetMaxId ( ) : int

�õ����ID

GetModel ( int CK_ProductID ) : TSM.Model.CK_Product

�õ�һ������ʵ��

Update ( TSM model ) : void

����һ������

Method Details

Add() public méthode

����һ������
public Add ( TSM model ) : int
model TSM
Résultat int

CK_Product() public méthode

public CK_Product ( ) : System
Résultat System

Delete() public méthode

ɾ��һ������
public Delete ( int CK_ProductID ) : void
CK_ProductID int
Résultat void

Exists() public méthode

�Ƿ���ڸü�¼
public Exists ( int CK_ProductID ) : bool
CK_ProductID int
Résultat bool

GetList() public méthode

��ҳ��ȡ�����б�
public GetList ( int PageSize, int PageIndex, string strWhere ) : DataSet
PageSize int
PageIndex int
strWhere string
Résultat System.Data.DataSet

GetList() public méthode

���ǰ��������
public GetList ( int Top, string strWhere, string filedOrder ) : DataSet
Top int
strWhere string
filedOrder string
Résultat System.Data.DataSet

GetList() public méthode

��������б�
public GetList ( string strWhere ) : DataSet
strWhere string
Résultat System.Data.DataSet

GetMaxId() public méthode

�õ����ID
public GetMaxId ( ) : int
Résultat int

GetModel() public méthode

�õ�һ������ʵ��
public GetModel ( int CK_ProductID ) : TSM.Model.CK_Product
CK_ProductID int
Résultat TSM.Model.CK_Product

Update() public méthode

����һ������
public Update ( TSM model ) : void
model TSM
Résultat void