Gets the Field at the specified (zero-based) index.
Namespace: StreamBase.SBAssembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 10.6.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
Exception | Condition |
---|---|
StreamBase.SB..::..NoSuchFieldException | If the index is greater than GetFieldCount() - 1 |