Click or drag to resize
XWhereSimplify Method
used to simplify the OR queries and avoid 500 imbricated XWhere instances

Namespace:  Biolomics.SharedClasses
Assembly:  Biolomics.SharedClasses (in Biolomics.SharedClasses.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static XWhere Simplify(
	XWhere p_Where
)

Parameters

p_Where
Type: Biolomics.SharedClassesXWhere
Thewhere.

Return Value

Type: XWhere
XWhere.
See Also