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

valuenullablesmallint() public method

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