You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vartuples=getDatasetVersionEffectiveTuples(version,pageNumber,pageSize,false);// the false, causes the method to use a scoped sesssion and keep it alive further processings that aredone later on the tuples
@@ -1268,7 +1268,7 @@ public DataTable GetDatasetVersionTuples(long versionId, int pageNumber, int pag
1268
1268
// should use the fallback method, but DatasetConvertor class must be merged with OutputDataManager and SearchUIHelper claases first.
1269
1269
varversion=this.GetDatasetVersion(versionId);
1270
1270
vartuples=getDatasetVersionEffectiveTuples(version,pageNumber,pageSize,false);// the false, causes the method to use a scoped sesssion and keep it alive further processings that aredone later on the tuples
0 commit comments