Predefined Constants
The following constants are supported:
· PI (pi = 3.14159...) and
· E (e = 2.71828..., the Base of Natural Logarithms)
Usage:
var res = db.ExecuteQuery("SELECT BasicUser WHERE PI > 20");