Enum StoreAs
Specifies how to store result set in the cache.
Assembly: Alachisoft.Integrations.EntityFramework.CachingProvider.dll
Syntax
public enum StoreAs
Fields
| Name | Description |
|---|---|
| Collection | Specifies that the result set will be stored as a single collection. |
| SeperateEntities | Specifies that the result set will be stored as seperate entities. |