Enum StoreAs
Specifies how to store result set in cache
Namespace:
Assembly: cs.temp.dll.dll
Syntax
public enum StoreAs
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. |