Return the value of the list field at index nFieldIndex/>.

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 IList<Object> GetList(
	int nFieldIndex
)
Public Overridable Function GetList ( _
	nFieldIndex As Integer _
) As IList(Of Object)
public:
virtual IList<Object^>^ GetList(
	int nFieldIndex
)

Parameters

nFieldIndex
Int32

Exceptions

See Also