IData ApiEscape Search Phrase Method
Escape the search phrase1. Use this method when you build the search phrase without FilterBuilder.
Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
The escaped search phrase.
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
string EscapeSearchPhrase(
string dataClassName,
string searchPhase
)Parameters
Return Value
StringThe escaped search phrase.
Example
C#
var dataApi = ctx.Use<IDataApi>();
dataApi.EscapeSearchPhrase("Employee", "a search phrase");