Z.Expressions.SqlServer.Eval.SQLNET.CODE C# (CSharp) Method

CODE() public method

Set the code or expression to evaluate.
public CODE ( string code ) : SQLNET
code string The code or expression to evaluate.
return SQLNET
        public SQLNET CODE(string code)
        {
            return Code(code);
        }
    }
SQLNET