Click or drag to resize

DataObjectViewSortFieldsGetDelimitedFieldNegIdString Method (Char, Boolean)

Returns a comma separated string of field id's. It is not the ID's of the view fields, but its the property/field ID's. Fixed field id's are returned negated.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public string GetDelimitedFieldNegIdString(
	char delimiter,
	bool onlyDescending
)

Parameters

delimiter
Type: SystemChar
onlyDescending
Type: SystemBoolean

Return Value

Type: String
See Also