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