For a list of all members of this type, see DataAccessServices members
Public Methods
Name | Description | |
---|---|---|
Clear | Clears all registered services. | |
ClearServices | Clears all registered services. | |
Get<T> | Retrieves a previously registered data access service of the specified type. | |
GetDataAccessService<T> | Retrieves a previously registered data access service of the specified type. | |
IsDataAccessServiceRegistered<T> | Checks if data access service of the specified type is registered. | |
IsRegistered<T> | Checks if data access service of the specified type is registered. | |
Register<T> | Registers a data access service object with the specified type. | |
RegisterDataAccessService<T> | Registers a data access service object with the specified type. | |
Remove<T> | Removes a previously registered data access service of the specified type. | |
RemoveDataAccessService<T> | Removes a previously registered data access service of the specified type. |
See Also