| IncidentLogDapperRepoReadList Method | 
 Gets records using the provided params
 
 
Namespace: RMP.WCF.Model.IncidentLogAssembly: RMP.WCF.Model (in RMP.WCF.Model.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic List<IncidentLog> ReadList(
	GetListParams Params
)
Public Function ReadList ( 
	Params As GetListParams
) As List(Of IncidentLog)
public:
virtual List<IncidentLog^>^ ReadList(
	GetListParams^ Params
) sealed
abstract ReadList : 
        Params : GetListParams -> List<IncidentLog> 
override ReadList : 
        Params : GetListParams -> List<IncidentLog> Parameters
- Params
- Type: RMP.WCF.ModelGetListParams
 Parameters to pass to the Stored Proc. GetListParams for more details
Return Value
Type: 
ListIncidentLogList of records that match the given params
Implements
IRepositoryTReadList(GetListParams) See Also
See Also