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

AddValue() public static method

public static AddValue ( int x, int y ) : int
x int
y int
return int
        public static int AddValue(int x, int y)
        {
            return x + y;
        }
        //public static bool IsMatch(SqlString value)
SQLNET