Adding noTracking function definition to EntityQuery.

This commit is contained in:
Jacob Eggers
2014-04-03 01:39:05 +06:00
parent 99034b0164
commit aacdbf04b3
+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;