mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-25 11:11:46 +08:00
Update breeze.d.ts
Added : "Any: FilterQueryOpSymbol;" to "interface FilterQueryOp" "where(property: string, filterop: FilterQueryOpSymbol, property2: string, filterop2: FilterQueryOpSymbol,value:any) ;" to "class EntityQuery" (see: http://www.getbreezenow.com/documentation/query-examples#WhereAnyAll)
This commit is contained in:
Vendored
+2
@@ -525,6 +525,7 @@ declare module breeze {
|
||||
where(property: string, operator: string, value: any): EntityQuery;
|
||||
where(property: string, operator: FilterQueryOpSymbol, value: any): EntityQuery;
|
||||
where(predicate: FilterQueryOpSymbol): EntityQuery;
|
||||
where(property: string, filterop: FilterQueryOpSymbol, property2: string, filterop2: FilterQueryOpSymbol,value:any
|
||||
withParameters(params: Object): EntityQuery;
|
||||
}
|
||||
|
||||
@@ -617,6 +618,7 @@ declare module breeze {
|
||||
LessThanOrEqual: FilterQueryOpSymbol;
|
||||
NotEquals: FilterQueryOpSymbol;
|
||||
StartsWith: FilterQueryOpSymbol;
|
||||
Any: FilterQueryOpSymbol;
|
||||
}
|
||||
var FilterQueryOp: FilterQueryOp;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user