Click or drag to resize

FilterStringOperatorExtensionToQueryFormat Method

Convert to SQL Query Syntax.

Namespace:  Cobra.Model.WebService
Assembly:  Cobra.Model.WebService (in Cobra.Model.WebService.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
public static string ToQueryFormat(
	this FilterStringOperator filterOperator
)

Parameters

filterOperator
Type: Cobra.Model.WebServiceFilterStringOperator
One of the FilterStringOperator values to convert.

Return Value

Type: String
A string representing the SQL Query Syntax.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type FilterStringOperator. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also