FetchStrategy Enumeration Breeze.sharp
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

public enum FetchStrategy
Members

  Member nameValueDescription
FromLocalCache0 Retrieve entities from the cache only.
FromServer1 Retrieve entities from the back-end data source only.
See Also

Reference