Метод | Описание | |
---|---|---|
Match ( this query, bool onlyLive = false ) : ICypherFluentQuery | ||
Where ( this query, string matchText, bool onlyLive = false ) : ICypherFluentQuery |
public static Match ( this query, bool onlyLive = false ) : ICypherFluentQuery | ||
query | this | |
onlyLive | bool | |
Результат | ICypherFluentQuery |
public static Where ( this query, string matchText, bool onlyLive = false ) : ICypherFluentQuery | ||
query | this | |
matchText | string | |
onlyLive | bool | |
Результат | ICypherFluentQuery |