PerformanceEventRepository Class Members

MNG Profiler

MNG.Direct Documentation
Properties  Methods 

MNG.Profiler.Data.ADO.Repositories Namespace : PerformanceEventRepository Class
PerformanceEventRepository Class Members

The following tables list the members exposed by PerformanceEventRepository.

Public Constructors
Public Properties
 NameDescription
Public PropertyAttempts to get or set a repository record based using a known ID. (Inherited from MNG.Profiler.Data.ADO.Repositories.Repository<PerformanceEvent>)
Top
Protected Properties
 NameDescription
Protected PropertyGets the database context for the repository. (Inherited from MNG.Profiler.Data.ADO.Repositories.Repository<PerformanceEvent>)
Top
Public Methods
 NameDescription
Public MethodOverridden. Adds a single specified record to the repository.  
Public MethodOverridden. Adds a list of specified entities to the repository.  
Public MethodOverridden. Gets all records that satisfy user-defined criteria.  
Public MethodOverridden. Gets all records for the current repository.  
Public Method  
Public MethodOverridden. Removes a single specified record from the repository.  
Public MethodOverridden. Removes a list of specified entities from the repository.  
Public MethodOverridden. Attempts to find a single record that satisfies user-defined criteria. Default value is passed if no record is found.  
Top
Protected Methods
 NameDescription
Protected MethodOverridden. Attempts to get a repository record using its ID.  
Protected MethodAttempts to map a data record to the repository type and populate its properties. (Inherited from MNG.Profiler.Data.ADO.Repositories.Repository<PerformanceEvent>)
Protected MethodOverridden. Attempts to set/update a repository record using its ID.  
Protected MethodExecutes a SQL command and returns a list of the results. (Inherited from MNG.Profiler.Data.ADO.Repositories.Repository<PerformanceEvent>)
Top
See Also