Click or drag to resize

DataExchangeObjectGetFieldValue Method

Returns the string value of a field. If the field is not found or its value is null, the empty string is returned.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public string GetFieldValue(
	FieldContainer fc
)

Parameters

fc
Type: Omada.OE.ModelFieldContainer

Return Value

Type: String
See Also