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

valuebigint() public method

Add or update a value associated with the specified key.
public valuebigint ( SqlString key, SqlInt64 value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlInt64 The value to add or update associated with the specified key.
return SQLNET
        public SQLNET valuebigint(SqlString key, SqlInt64 value)
        {
            return ValueBigInt(key, value);
        }
SQLNET