Gets the Field at the specified (zero-based) index.

Namespace: StreamBase.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public Schema..::..Field GetField(
	int nIndex
)
Public Function GetField ( _
	nIndex As Integer _
) As Schema..::..Field
public:
Schema..::..Field^ GetField(
	int nIndex
)

Parameters

nIndex
Int32

Exceptions

ExceptionCondition
StreamBase.SB..::..NoSuchFieldExceptionIf the index is greater than GetFieldCount() - 1

See Also