Dynamic Data ObjectFrom Object Method
Remove value with name if found.
Otherwise, throw exception ArgumentNullException.
Definition
Namespace: Casewhere.SystemTypes
Assembly: Casewhere.SystemTypes (in Casewhere.SystemTypes.dll) Version: 1.0.0.0 (1.0.0.0)
DynamicDataObject with actual data if obj not null, otherwise, null.
Assembly: Casewhere.SystemTypes (in Casewhere.SystemTypes.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static DynamicDataObject FromObject(
Object obj
)Parameters
- obj Object
- The object value.
Return Value
DynamicDataObjectDynamicDataObject with actual data if obj not null, otherwise, null.