i am using c# , ASP.NET and SQLite as Database .
i want to send Byte[] as parameter in SQLiteParameter(bytearray,type)
What should be Type hereShould i use DBType.Binary ?
do any body have idea about this ?
Printable View
i am using c# , ASP.NET and SQLite as Database .
i want to send Byte[] as parameter in SQLiteParameter(bytearray,type)
What should be Type hereShould i use DBType.Binary ?
do any body have idea about this ?