DataFactoryBaseGetStartIndex Method

Returns the start index for a requested number of data objects.

Definition

Namespace: Common.Core.Classes
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
protected static int GetStartIndex(
	int total,
	int count
)

Parameters

total  Int32
Total count of data objects.
count  Int32
Number of data objects to return.

Return Value

Int32
The starting index.

See Also