Click or drag to resize
XWhereSql Method
Returns an xwhere with sql query.

Namespace:  Biolomics.SharedClasses
Assembly:  Biolomics.SharedClasses (in Biolomics.SharedClasses.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static XWhere Sql(
	BsonValue p_Value
)

Parameters

p_Value
Type: BsonValue
The value.

Return Value

Type: XWhere
XWhere.
See Also