Enum StoreAs
Specifies how to store result set in cache
Namespace:
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. |
SeperateEntities | Specifies that the result set will be stored as seperate entities. |