ResultsSetT Class
Class that contains the properties of a data result set.
Namespace: Common.Core.ClassesAssembly: Common.Core (in Common.Core.dll) Version: 2.1.5
public class ResultsSet<T>
where T : class
- Inheritance
- Object ResultsSetT
Type Parameters
- T
- Generic class or interface.
Max | Gets the maximum numbers of results to return. |
Next | Gets or sets the next start position. |
Previous | Gets or sets the previous start position. |
Results | Gets or sets the results collection. |
Total | Gets or sets the total count of the results. |