Click or drag to resize

DataObjectViewSortFieldsGetByFieldNegIdL Method

Returns a SortField based on the negated field id. fieldNegId must contain a propertyId or a negated fixedfield "id".

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public DataObjectViewSortField GetByFieldNegIdL(
	int fieldNegId
)

Parameters

fieldNegId
Type: SystemInt32

Return Value

Type: DataObjectViewSortField
See Also