Click or drag to resize

DataObjectGetPropertyValueByOdwMapping Method (String, DateTime)

Returns the datetime value of a property by odw mapping. If the property is a Value property it must be of data type DateTime.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public virtual DateTime GetPropertyValueByOdwMapping(
	string odwMappingName,
	DateTime defaultValue
)

Parameters

odwMappingName
Type: SystemString
Name of odw mapping
defaultValue
Type: SystemDateTime
defaultValue is returned if the dataobject doesn't have a value for the property or the property is not present

Return Value

Type: DateTime
See Also