.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
Post a Comment