Return an object containing the value of the Field with the specified name. This is a String, Integer, Double, Boolean, Timestamp, Byte[] or Tuple depending on the field type.

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 Object GetField(
	string sFieldName
)
Public Overridable Function GetField ( _
	sFieldName As String _
) As Object
public:
virtual Object^ GetField(
	String^ sFieldName
)

Parameters

sFieldName
String

Exceptions

See Also