Returns the index of the field with a particular name, or -1 if there is no such field.

Namespace: StreamBase.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.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

See Also