Click or drag to resize

DatabasePagingSql Method

Note: This API is now obsolete.

Namespace:  Scilligence.MolEngine.Companion
Assembly:  Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntax
C#
[ObsoleteAttribute("Use the dynamic one: PagingSQL()")]
public static Pair<string, string> PagingSql(
	ref int page,
	ref int countperpage
)

Parameters

page
Type: SystemInt32
countperpage
Type: SystemInt32

Return Value

Type: PairString, String
See Also