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
)
Public Shared Function Sql (
p_Value As BsonValue
) As XWhere
Parameters
- p_Value
- Type: BsonValue
The value.
Return Value
Type:
XWhereXWhere.
See Also