C# Class TSM.DAL.CK_People

���ݷ�����CK_People��
Mostrar archivo Open project: kamiba/FineUIDemo

Public Methods

Method Description
Add ( TSM model ) : int

����һ������

CK_People ( ) : System
Delete ( int CK_PeopleID ) : void

ɾ��һ������

Exists ( int CK_PeopleID ) : 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_PeopleID ) : TSM.Model.CK_People

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

Update ( TSM model ) : void

����һ������

Method Details

Add() public method

����һ������
public Add ( TSM model ) : int
model TSM
return int

CK_People() public method

public CK_People ( ) : System
return System

Delete() public method

ɾ��һ������
public Delete ( int CK_PeopleID ) : void
CK_PeopleID int
return void

Exists() public method

�Ƿ���ڸü�¼
public Exists ( int CK_PeopleID ) : bool
CK_PeopleID int
return bool

GetList() public method

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

GetList() public method

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

GetList() public method

��������б�
public GetList ( string strWhere ) : DataSet
strWhere string
return System.Data.DataSet

GetMaxId() public method

�õ����ID
public GetMaxId ( ) : int
return int

GetModel() public method

�õ�һ������ʵ��
public GetModel ( int CK_PeopleID ) : TSM.Model.CK_People
CK_PeopleID int
return TSM.Model.CK_People

Update() public method

����һ������
public Update ( TSM model ) : void
model TSM
return void