PerformanceEventRepository Class Methods
From MNG Profiler
MNG.Direct Documentation
PerformanceEventRepository Class Methods
For a list of all members of this type, see PerformanceEventRepository members.
Public Methods
| Name | Description | |
|---|---|---|
| Add | Overridden. Adds a single specified record to the repository. | |
| AddRange | Overridden. Adds a list of specified entities to the repository. | |
| Find | Overridden. Gets all records that satisfy user-defined criteria. | |
| GetAll | Overridden. Gets all records for the current repository. | |
| GetLogEventsByApplicationInstance | ||
| Remove | Overridden. Removes a single specified record from the repository. | |
| RemoveRange | Overridden. Removes a list of specified entities from the repository. | |
| SingleOrDefault | Overridden. Attempts to find a single record that satisfies user-defined criteria. Default value is passed if no record is found. |
Protected Methods
| Name | Description | |
|---|---|---|
| GetValue | Overridden. Attempts to get a repository record using its ID. | |
| Map | Attempts to map a data record to the repository type and populate its properties. (Inherited from MNG.Profiler.Data.ADO.Repositories.Repository<PerformanceEvent>) | |
| SetValue | Overridden. Attempts to set/update a repository record using its ID. | |
| ToList | Executes a SQL command and returns a list of the results. (Inherited from MNG.Profiler.Data.ADO.Repositories.Repository<PerformanceEvent>) |
See Also