Class EFReadThruProviderBase
Inheritance
System.Object
EFReadThruProviderBase
Assembly: Alachisoft.Integrations.EntityFramework.CachingProvider.dll
Syntax
public abstract class EFReadThruProviderBase : IReadThruProvider
Properties
Name | Description |
---|---|
App |
A unique identifier for app-config tag in efcaching.ncconf file. Through this, the provider will read the required configuration on the basis of the ID given. |
Cache |
Name of Cache. |
Config | |
Dir |
|
File |
Name of File for saving logs. |
File |
Path of File for saving logs. |
Logging |
Determines the log level for the provider. |
Methods
Name | Description |
---|---|
Dispose() | Releases the resources used by the DbConnection. |
Get |
Establishes a connection with Database. |
Init(IDictionary, String) | Perform tasks like allocating resources or acquiring connections etc. |
Load |
|
LoadFromSource(ICollection<String>) | Responsible for loading array of objects from the data source. |
Load |
Responsible for loading the object from the data source. |
Set |
Sets Caching Options like expiration, Dependency, ResynOption. |