An enum used when retrieving entities to determine where to look
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
FromLocalCache | 0 | Retrieve entities from the cache only. | |
FromServer | 1 | Retrieve entities from the back-end data source only. |
See Also