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

GETVALUETINYINT() public method

Gets the tiny int value associated with the specified key.
public GETVALUETINYINT ( string key ) : byte?
key string The key of the value to get.
return byte?
        public byte? GETVALUETINYINT(string key)
        {
            return GetValueTinyInt(key);
        }
    }
SQLNET