Click or drag to resize

DataObjectTypesGetUsedFields Method

Returns a collection of fieldcontainers containing all properties and fixed fields used on the types in the collection. If the (type) collection is empty no properties are returned - but all common fixed fields are returned.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public FieldContainers GetUsedFields(
	bool commonFields
)

Parameters

commonFields
Type: SystemBoolean
If true only fields that are used on ALL the types in the collection are returned. If false fields that are used on ANY the types in the collection are returned. The value of commonFields is ignored (treated as true) if the collection is empty.

Return Value

Type: FieldContainers
See Also