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

valuenullablevarbinary() public method

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