示例#1
0
 public HistoryData[] BatchRead(DataSource source, bool sync, params ITag[] itemArray)
 {
     if (group == null)
     {
         return(null);
     }
     return(group.BatchRead(source, sync, itemArray));
 }