Click or drag to resize

DataExchangeObjectsRemoveEmpty Method

Removes objects from the collection if they: - don't have the denoted field. - have a null value for the denoted field. - have an empty string value for the denoted field.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public int RemoveEmpty(
	FieldContainer field
)

Parameters

field
Type: Omada.OE.ModelFieldContainer

Return Value

Type: Int32
See Also