PageHelper.paging2 Method

HD.Common

PageHelperpaging2 Method Helper帮助文档

[Missing <summary> documentation for "M:HD.Common.PageHelper.paging2(System.String,System.Int32,System.Int32,System.Int32)"]

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static string paging2(
	string para,
	int sumpage,
	int page,
	int count
)
Public Shared Function paging2 ( 
	para As String,
	sumpage As Integer,
	page As Integer,
	count As Integer
) As String
public:
static String^ paging2(
	String^ para, 
	int sumpage, 
	int page, 
	int count
)
static member paging2 : 
        para : string * 
        sumpage : int * 
        page : int * 
        count : int -> string 

Parameters

para
Type: SystemString

[Missing <param name="para"/> documentation for "M:HD.Common.PageHelper.paging2(System.String,System.Int32,System.Int32,System.Int32)"]

sumpage
Type: SystemInt32

[Missing <param name="sumpage"/> documentation for "M:HD.Common.PageHelper.paging2(System.String,System.Int32,System.Int32,System.Int32)"]

page
Type: SystemInt32

[Missing <param name="page"/> documentation for "M:HD.Common.PageHelper.paging2(System.String,System.Int32,System.Int32,System.Int32)"]

count
Type: SystemInt32

[Missing <param name="count"/> documentation for "M:HD.Common.PageHelper.paging2(System.String,System.Int32,System.Int32,System.Int32)"]

Return Value

Type: String

[Missing <returns> documentation for "M:HD.Common.PageHelper.paging2(System.String,System.Int32,System.Int32,System.Int32)"]

See Also

Reference