C# Class NHS111.Utils.Extensions.CypherFluentQueryExtension

Afficher le fichier Open project: NHSChoices/nhs111-dotnet-beta

Méthodes publiques

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

Method Details

Match() public static méthode

public static Match ( this query, bool onlyLive = false ) : ICypherFluentQuery
query this
onlyLive bool
Résultat ICypherFluentQuery

Where() public static méthode

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