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

valuenullablebigint() public method

Add or update a value associated with the specified key.
public valuenullablebigint ( 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 valuenullablebigint(SqlString key, SqlInt64 value)
        {
            return ValueNullableBigInt(key, value);
        }
SQLNET