-
Notifications
You must be signed in to change notification settings - Fork 5
Who use it
ZZZ Projects edited this page Nov 16, 2015
·
1 revision
This library is used in almost all ZZZ Projects to dynamically compile code at runtime using expression tree.
Evaluate, Compile and Execute C# code and expression at runtime.
int result = Eval.Execute<int>("X + Y", new { X = 1, Y = 2});
Evaluate C# code and expression in T-SQL stored procedure, function and trigger.
CREATE PROCEDURE [dbo].[select_formula]
AS
BEGIN
SELECT SQLNET::New('X + Y')
.Val('X', ColumnValueX)
.Val('Y', ColumnValueY)
.Eval()
FROM TableFormula
END
Entity Framework
Bulk Operations
Expression Evaluator
Utilities
Need more info? [email protected]
Contact our outstanding customer support for any request. We usually answer within the next business day, hour, or minutes!