Click or drag to resize
LookupEditorReadList Method (GetListParams)
Gets records based on the params provided

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

Parameters

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

Return Value

Type: ListLookupRow
A list of all selected records

Implements

IEditorTReadList(GetListParams)
Remarks
Not currently implemented
See Also