Z.Expressions.Compiler 1.0.1 Retail » Developer.Team

Z.Expressions.Compiler 1.0.1 Retail

Z.Expressions.Compiler 1.0.1 Retail
Z.Expressions.Compiler 1.0.1 Retail


C# Code Analysis and Code Compiler for Eval-Expression.NET and Eval-SQL.NET.

This library is used in almost all ZZZ Projects to dynamically compile code at runtime using expression tree.

Eval Expression.NET
Eval SQL.NET

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


Only for V.I.P
Warning! You are not allowed to view this text.