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.SBAssembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 10.6.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