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

VALUENULLABLEINT() public method

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