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

GETVALUESMALLINT() public method

Gets the small int value associated with the specified key.
public GETVALUESMALLINT ( string key ) : short?
key string The key of the value to get.
return short?
        public short? GETVALUESMALLINT(string key)
        {
            return GetValueSmallInt(key);
        }
    }
SQLNET