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)
-
0
You can create the entity without the VarBinary field and then add it manually.