示例#1
0
 public virtual IEnumerable <T> RetrieveExportRecords <T>(string id, bool retrieveRelated = true) where T : ZObject
 {
     return(ResponseReader.ReadExportRecords <T>(RetrieveExportStream(id), retrieveRelated));
 }