mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-09 09:42:34 -05:00
Replacing contains filter from like filter in OE (#23422)
This commit is contained in:
6
src/sql/azdata.proposed.d.ts
vendored
6
src/sql/azdata.proposed.d.ts
vendored
@@ -1925,8 +1925,10 @@ declare module 'azdata' {
|
||||
NotBetween = 7,
|
||||
Contains = 8,
|
||||
NotContains = 9,
|
||||
IsNull = 10,
|
||||
IsNotNull = 11
|
||||
StartsWith = 10,
|
||||
NotStartsWith = 11,
|
||||
EndsWith = 12,
|
||||
NotEndsWith = 13
|
||||
}
|
||||
|
||||
export namespace window {
|
||||
|
||||
Reference in New Issue
Block a user