Return the value of the blob field at index nFieldIndex, as a ByteArrayView.

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 ByteArrayView GetBlobBuffer(
	int nFieldIndex
)
Public Overridable Function GetBlobBuffer ( _
	nFieldIndex As Integer _
) As ByteArrayView
public:
virtual ByteArrayView^ GetBlobBuffer(
	int nFieldIndex
)

Parameters

nFieldIndex
Int32

Exceptions

See Also