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

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

Parameters

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

Return Value

Type: ListAttachment
List of records that match the given params

Implements

IRepositoryTReadList(GetListParams)
See Also