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

getvalueint() public method

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