Returns the index of the eProvider based on is fieldname. Very slow, First checks if valid and thorws exception of not

Namespace: WaterSimDCDC
Assembly: WaterSimDCDC_API (in WaterSimDCDC_API.dll) Version: 5.0.0.10 (5.0.0.10)

Syntax

C#
public static int index(
	string fieldname
)
Visual Basic
Public Shared Function index ( _
	fieldname As String _
) As Integer

Parameters

fieldname
Type: System..::..String
an eProvider fieldname

Return Value

index of eProvider

Exceptions

ExceptionCondition
WaterSimDCDC..::..WaterSim_Exception if no valid fieldname

See Also