.net - SqlDataReader.GetSqlBinary vs SqlDataReader.GetSqlBytes? -


under namespace system.data.sqlclient, have both sqldatareader.getsqlbinary , sqldatareader.getsqlbytes.

both seems give "raw data". if so, what's difference between them?

the getsqlbytes stored in inside buffer more manipulation, binary stream , use is.

this 2 return sqlbytes , sqlbinary , see 2 types can see full different of them , how store data.

http://msdn.microsoft.com/en-us/library/system.data.sqltypes.sqlbytes.storage.aspx

http://msdn.microsoft.com/en-us/library/system.data.sqltypes.sqlbytes.aspx


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -