Click or drag to resize
IEditorTReadList Method
Gets records based on the params provided

Namespace: RMP.WCF.Model
Assembly: RMP.WCF.Model (in RMP.WCF.Model.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
List<T> ReadList(
	GetListParams Params
)

Parameters

Params
Type: RMP.WCF.ModelGetListParams
The params to use in the select

Return Value

Type: ListT
A list of all selected records
See Also