mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 16:06:01 +00:00
perspective mongo condition
This commit is contained in:
@@ -28,7 +28,8 @@ export interface PerspectiveDataLoadProps {
|
||||
bindingValues?: any[][];
|
||||
range?: RangeDefinition;
|
||||
topCount?: number;
|
||||
condition?: Condition;
|
||||
sqlCondition?: Condition;
|
||||
mongoCondition?: any;
|
||||
engineType: 'sqldb' | 'docdb';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user