C# 클래스 NHS111.Utils.Extensions.CypherFluentQueryExtension

파일 보기 프로젝트 열기: NHSChoices/nhs111-dotnet-beta

공개 메소드들

메소드 설명
Match ( this query, bool onlyLive = false ) : ICypherFluentQuery
Where ( this query, string matchText, bool onlyLive = false ) : ICypherFluentQuery

메소드 상세

Match() 공개 정적인 메소드

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

Where() 공개 정적인 메소드

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