Sets the value of a long field, given its name

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 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

See Also