Sets the value of a List<(Of <(<'T>)>)> field.

The Schema.Field objects used to set and get Tuple field values must be obtained via the Tuple's Schema object. A Schema.Field object that has been created by the user or retrieved from a different Schema may not work.

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(
	Schema..::..Field field,
	IList<Object> value
)
Public Overridable Sub SetList ( _
	field As Schema..::..Field, _
	value As IList(Of Object) _
)
public:
virtual void SetList(
	Schema..::..Field^ field, 
	IList<Object^>^ value
)

Parameters

field
Schema..::..Field
value
IList<(Of <(<'Object>)>)>

Exceptions

See Also