Click or drag to resize

DataObjectViewFieldsGetDelimitedFieldNegIdString Method

Returns a commaseparated string of field ID's It is not the database ID of the view fields. It is the embedded properties/fixed field id's. Fixed field id are 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
)

Parameters

delimiter
Type: SystemChar

Return Value

Type: String
See Also