Click or drag to resize

DataExchangeConfigurationBaseFieldMapContainsKeyField Method (DataExchangeConfigurationBase)

Returns true if the configuration's keyfield is present in the configuration's fieldmap.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static bool FieldMapContainsKeyField(
	DataExchangeConfigurationBase config
)

Parameters

config
Type: Omada.OE.ModelDataExchangeConfigurationBase

Return Value

Type: Boolean
See Also