Click or drag to resize

DataApiEscapeSearchPhrase Method

[Missing <summary> documentation for "M:Casewhere.Runtime.DSL.Api.DataApi.EscapeSearchPhrase(System.String,System.String)"]

Namespace:  Casewhere.Runtime.DSL.Api
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
public string EscapeSearchPhrase(
	string dataClassName,
	string searchPhase
)

Parameters

dataClassName
Type: SystemString

[Missing <param name="dataClassName"/> documentation for "M:Casewhere.Runtime.DSL.Api.DataApi.EscapeSearchPhrase(System.String,System.String)"]

searchPhase
Type: SystemString

[Missing <param name="searchPhase"/> documentation for "M:Casewhere.Runtime.DSL.Api.DataApi.EscapeSearchPhrase(System.String,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Casewhere.Runtime.DSL.Api.DataApi.EscapeSearchPhrase(System.String,System.String)"]

Implements

IDataApiEscapeSearchPhrase(String, String)
See Also