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

value() public method

Add or update a value associated with the specified key.
public value ( SqlString key, object value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value object The value to add or update associated with the specified key.
return SQLNET
        public SQLNET value(SqlString key, object value)
        {
            return Value(key, value);
        }
SQLNET