예제 #1
0
파일: ColumnTable.cs 프로젝트: gybing/dms
 public ColType GetColType()
 {
     return(PublicTools.CheckColumnType(this.DataType));
 }