Click or drag to resize

DataExchangeConfigurationBaseRemoveInvalidFields Method

Removes fields from fields collection which are not available in the provided DataObjectType

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public void RemoveInvalidFields(
	DataObjectType type
)

Parameters

type
Type: Omada.OE.ModelDataObjectType
See Also