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