예제 #1
0
 public DataTable GetTableData(string path)
 {
     this.SourceFile = path;
     return(dReader.GetTableData(this.SourceFile, "PKEY", "PVAL"));
 }