Method | Description | |
---|---|---|
AddBlock ( this baseQuery, string text ) : IGremlinQuery | ||
AddCopySplitBlock ( this baseQuery, string text, IGremlinQuery queries ) : IGremlinQuery | ||
AddFilterBlock ( this baseQuery, string text, IEnumerable |
||
AddIfThenElseBlock ( this baseQuery, string ifThenElseText, IGremlinQuery ifExpression, IGremlinQuery ifThen, IGremlinQuery ifElse ) : IGremlinQuery | ||
PrependVariablesToBlock ( this baseQuery, IGremlinQuery query ) : IGremlinQuery | ||
ToDebugQueryText ( this query ) : string |
Method | Description | |
---|---|---|
RebuildParametersAndDeclarations ( IGremlinQuery query, object>.Dictionary |
public static AddBlock ( this baseQuery, string text ) : IGremlinQuery | ||
baseQuery | this | |
text | string | |
return | IGremlinQuery |
public static AddCopySplitBlock ( this baseQuery, string text, IGremlinQuery queries ) : IGremlinQuery | ||
baseQuery | this | |
text | string | |
queries | IGremlinQuery | |
return | IGremlinQuery |
public static AddFilterBlock ( this baseQuery, string text, IEnumerable |
||
baseQuery | this | |
text | string | |
filters | IEnumerable |
|
comparison | System.StringComparison | |
return | IGremlinQuery |
public static AddIfThenElseBlock ( this baseQuery, string ifThenElseText, IGremlinQuery ifExpression, IGremlinQuery ifThen, IGremlinQuery ifElse ) : IGremlinQuery | ||
baseQuery | this | |
ifThenElseText | string | |
ifExpression | IGremlinQuery | |
ifThen | IGremlinQuery | |
ifElse | IGremlinQuery | |
return | IGremlinQuery |
public static PrependVariablesToBlock ( this baseQuery, IGremlinQuery query ) : IGremlinQuery | ||
baseQuery | this | |
query | IGremlinQuery | |
return | IGremlinQuery |
public static ToDebugQueryText ( this query ) : string | ||
query | this | |
return | string |