Sets the value of a blob field, given its name.
Namespace: StreamBase.SBAssembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 10.6.0.0
Syntax
C# | Visual Basic | Visual C++ |
public virtual void SetBlobBuffer( string sFieldName, byte[] value )
Public Overridable Sub SetBlobBuffer ( _ sFieldName As String, _ value As Byte() _ )
public: virtual void SetBlobBuffer( String^ sFieldName, array<unsigned char>^ value )
Parameters
- sFieldName
- String
- value
- array<Byte>[]()[][]
Exceptions
Exception | Condition |
---|---|
StreamBase.SB..::..TupleFieldTypingException | Field type does not match value type |
StreamBase.SB..::..TupleBadFieldException | |
StreamBase.SB..::..StreamBaseException |