Base solution for your next web application
Open Closed

PowerTools: Varbinary field #7623


User avatar
0
crumbdav created

Greetings;

If I have a field in a (SQL Server) database as a VarBinary(MAX), what strategies could you recommend for implementing this using the AspNetZero PowerTools feature.

I've read that it's similar to a byte[], and I know you have a byte data type, wasn't sure if it's a byte or a byte[].

Many thanks (from a beginner),

--Dave


1 Answer(s)
  • User Avatar
    0
    yekalkan created

    You can create the entity without the VarBinary field and then add it manually.