| IncidentLogDapperRepoReadAgencyList Method | 
 Gets a list of existing records based on the params provided
 
 
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<IncientAgencyLog> ReadAgencyList(
	GetListParams Params
)
Public Function ReadAgencyList ( 
	Params As GetListParams
) As List(Of IncientAgencyLog)
public:
virtual List<IncientAgencyLog^>^ ReadAgencyList(
	GetListParams^ Params
) sealed
abstract ReadAgencyList : 
        Params : GetListParams -> List<IncientAgencyLog> 
override ReadAgencyList : 
        Params : GetListParams -> List<IncientAgencyLog> Parameters
- Params
- Type: RMP.WCF.ModelGetListParams
 The params to use when selecting records
Return Value
Type: 
ListIncientAgencyLogA list of the selected records
Implements
IReadAgencyListRepositoryTReadAgencyList(GetListParams) See Also
See Also