예제 #1
0
 public DataTable ExecuteDataTable(IConnectionContext cc)
 {
     return(cc.ExecuteDataTable(_cmd));
 }