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