Click or drag to resize

DataExchangeFldsGetByFieldIndex Method

returns data exchange field with the given index. Null will be returned if no field with the index can be found

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public DataExchangeFld GetByFieldIndex(
	int index
)

Parameters

index
Type: SystemInt32

Return Value

Type: DataExchangeFld
DataExchangeFld
See Also