Sets the value of a long field, given its name
Namespace: StreamBase.SBAssembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0
Syntax
C# | Visual Basic | Visual C++ |
public virtual void SetLong( string sFieldName, long value )
Public Overridable Sub SetLong ( _ sFieldName As String, _ value As Long _ )
public: virtual void SetLong( String^ sFieldName, long long value )
Parameters
- sFieldName
- String
- value
- Int64
Exceptions
Exception | Condition |
---|---|
StreamBase.SB..::..TupleFieldTypingException | Field type does not match value type |
StreamBase.SB..::..TupleBadFieldException | |
StreamBase.SB..::..StreamBaseException |