DataFactoryBaseGetStartIndex Method
Returns the start index for a requested number of data objects.
Namespace: Common.Core.ClassesAssembly: Common.Core (in Common.Core.dll) Version: 2.1.5
protected static int GetStartIndex(
int total,
int count
)
- total Int32
- Total count of data objects.
- count Int32
- Number of data objects to return.
Int32The starting index.