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

getvalue() public method

Gets the value associated with the specified key.
Throws an exception if no value is associated with the specified key.
public getvalue ( string key ) : object
key string The key of the value to get.
return object
        public object getvalue(string key)
        {
            return GetValue(key);
        }
SQLNET