BExpressions - Esempi
using B.BFormules;
BExpressions expression = new BExpressions(
"CustomerID = OrderCustomerID AND Active = true");
string normalized = expression.Expression;
bool invalidParentheses = expression.IsWrongExpression;
B-Arts Documentationusing B.BFormules;
BExpressions expression = new BExpressions(
"CustomerID = OrderCustomerID AND Active = true");
string normalized = expression.Expression;
bool invalidParentheses = expression.IsWrongExpression;