Sets the value of a List<(Of <(<'T>)>)> 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 SetList(
	string sFieldName,
	IList<Object> value
)
Public Overridable Sub SetList ( _
	sFieldName As String, _
	value As IList(Of Object) _
)
public:
virtual void SetList(
	String^ sFieldName, 
	IList<Object^>^ value
)

Parameters

sFieldName
String
value
IList<(Of <(<'Object>)>)>

Exceptions

See Also