return this.psortType;
}
set
{
this.psortType=value;
public SortStyle sortStyle
get
return this.psortStyle;
this.psortStyle=value;
public DataSetClass()
//
// TODO: 在此处添加构造函数逻辑
this.psortType=SortType.EmployeeID;
this.psortStyle =SortStyle.desc;
/// <summary>
/// 获取记录集
/// </summary>
/// <returns></returns>
public DataSet GetData()
string strType=null;
string strStyle=null;
string sql;
switch(psortType)
case SortType.EmployeeID:
strType="EmployeeID";
break;
case SortType.BirthDate:
strType="BirthDate";
case SortType.FirstName:
strType="FirstName";
&nb
上一页 [1] [2] [3] [4] [5] 下一页
Copyright @ 2007-2012 敏韬网(敏而好学,文韬武略--MinTao.Net)(学习笔记) Inc All Rights Reserved. 闵涛 E_mail:admin@mintao.net(欢迎提供学习资源)
鄂公网安备 42011102001154号
站长:MinTao ICP备案号:鄂ICP备11006601号-18