Click or drag to resize
IRepositoryTReadList Method
Gets records using the provided params

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
Parameters to pass to the Stored Proc. GetListParams for more details

Return Value

Type: ListT
List of records that match the given params
See Also