Mediachase FileUploader.NET 1.9 Framework Help

SqlBlobStream.UpdateText Method 

Writes the array into the BLOB column.

[Visual Basic]
Overridable Protected Sub UpdateText( _
   ByVal buffer As Byte(), _
   ByVal offset As Long, _
   ByVal count As Long _
)
[C#]
protected virtual void UpdateText(
   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