Returns the index of the field with a particular name, or -1
if there is no such field.
Namespace: StreamBase.SBAssembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 10.6.0.0
Syntax
C# | Visual Basic | Visual C++ |
public int GetFieldIndex( string name )
Public Function GetFieldIndex ( _ name As String _ ) As Integer
public: int GetFieldIndex( String^ name )
Parameters
- name
- String