|   | 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
Syntaxpublic DataExchangeFld GetByFieldIndex(
	int index
)
Parameters
- index
 - Type: SystemInt32
 
Return Value
Type: 
DataExchangeFldDataExchangeFld
See Also