Performs an asynchronous query that optionally checks the local cache first.
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
public Task<EntityManagerEntityKeyFetchResult> FetchEntityByKey( EntityKey entityKey, bool checkLocalCacheFirst = false )
Parameters
- entityKey
- Type: Breeze.SharpEntityKey
- checkLocalCacheFirst (Optional)
- Type: SystemBoolean
Return Value
Type: TaskEntityManagerEntityKeyFetchResultSee Also