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

VALUENULLABLETINYINT() public method

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