I have a object with a byte[]
property, and I would like to convert this value to the correct value to can insert it into the database using T-SQL.
But I don't know how I could convert the byte[]
to the correct value for T-SQL for the insert.
Thanks.