Click or drag to resize
IDigitalNumberProviderGetPaging Method

[Missing <summary> documentation for "M:X3Platform.DigitalNumber.IDAL.IDigitalNumberProvider.GetPaging(System.Int32,System.Int32,X3Platform.Data.DataQuery,System.Int32@)"]

Namespace: X3Platform.DigitalNumber.IDAL
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
IList<DigitalNumberInfo> GetPaging(
	int startIndex,
	int pageSize,
	DataQuery query,
	out int rowCount
)

Parameters

startIndex
Type: SystemInt32

[Missing <param name="startIndex"/> documentation for "M:X3Platform.DigitalNumber.IDAL.IDigitalNumberProvider.GetPaging(System.Int32,System.Int32,X3Platform.Data.DataQuery,System.Int32@)"]

pageSize
Type: SystemInt32

[Missing <param name="pageSize"/> documentation for "M:X3Platform.DigitalNumber.IDAL.IDigitalNumberProvider.GetPaging(System.Int32,System.Int32,X3Platform.Data.DataQuery,System.Int32@)"]

query
Type: X3Platform.DataDataQuery

[Missing <param name="query"/> documentation for "M:X3Platform.DigitalNumber.IDAL.IDigitalNumberProvider.GetPaging(System.Int32,System.Int32,X3Platform.Data.DataQuery,System.Int32@)"]

rowCount
Type: SystemInt32

[Missing <param name="rowCount"/> documentation for "M:X3Platform.DigitalNumber.IDAL.IDigitalNumberProvider.GetPaging(System.Int32,System.Int32,X3Platform.Data.DataQuery,System.Int32@)"]

Return Value

Type: IListDigitalNumberInfo
返回一个列表
See Also