C# Class NHS111.Utils.Extensions.CypherFluentQueryExtension

Datei anzeigen Open project: NHSChoices/nhs111-dotnet-beta

Public Methods

Method Description
Match ( this query, bool onlyLive = false ) : ICypherFluentQuery
Where ( this query, string matchText, bool onlyLive = false ) : ICypherFluentQuery

Method Details

Match() public static method

public static Match ( this query, bool onlyLive = false ) : ICypherFluentQuery
query this
onlyLive bool
return ICypherFluentQuery

Where() public static method

public static Where ( this query, string matchText, bool onlyLive = false ) : ICypherFluentQuery
query this
matchText string
onlyLive bool
return ICypherFluentQuery