Sets the value of a blob field, given its name.

Namespace: StreamBase.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public virtual void SetBlobBuffer(
	string sFieldName,
	ByteArrayView value
)
Public Overridable Sub SetBlobBuffer ( _
	sFieldName As String, _
	value As ByteArrayView _
)
public:
virtual void SetBlobBuffer(
	String^ sFieldName, 
	ByteArrayView^ value
)

Parameters

sFieldName
String
value
ByteArrayView

Exceptions

See Also