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

GETVALUEBIGINT() public method

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