Mediachase FileUploader.NET 1.9 Framework Help

SqlBlobStream.UpdateTextCommandWithNullValue Method 

Writes the array into the BLOB column.

[Visual Basic]
Overridable Protected Sub UpdateTextCommandWithNullValue( _
   ByVal buffer As Byte(), _
   ByVal offset As Long, _
   ByVal count As Long _
)
[C#]
protected virtual void UpdateTextCommandWithNullValue(
   byte[] buffer,
   long offset,
   long count
);

Parameters

buffer
The array to which bytes are written.
offset
The byte offset in array at which to begin writing.
count
The maximum number of bytes to write.

See Also

SqlBlobStream Class | Mediachase.FileUploader Namespace