Merge pull request #1970 from eggers/breeze-no-tracking

Adding noTracking function definition to EntityQuery.
This commit is contained in:
Masahiro Wakame
2014-04-06 11:07:24 +09:00
+1
View File
@@ -502,6 +502,7 @@ declare module breeze {
static fromEntityKey(entityKey: EntityKey): EntityQuery;
static fromEntityNavigation(entity: Entity, navigationProperty: NavigationProperty): EntityQuery;
inlineCount(enabled?: boolean): EntityQuery;
noTracking(enabled: boolean): EntityQuery;
orderBy(propertyPaths: string): EntityQuery;
orderBy(propertyPaths: string[]): EntityQuery;
orderByDesc(propertyPaths: string): EntityQuery;