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

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

Parameters

Params
Type: RMP.WCF.ModelGetListParams
Parameters to pass to the Stored Proc. GetListParams for more details

Return Value

Type: ListRMPUser
List of records that match the given params

Implements

IRepositoryTReadList(GetListParams)
See Also