{
private SortType psortType; //表示表中的字段。
private SortStyle psortStyle; //表示排序了方式是升还是降。
public SortType sortType
{
get
{
return this.psortType;
}
set
{
this.psortType=value;
}
}