DynamicDataObjectFromObject Method
|
Remove value with name if found.
Otherwise, throw exception ArgumentNullException.
Namespace:
Casewhere.SystemTypes
Assembly:
Casewhere.SystemTypes (in Casewhere.SystemTypes.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static DynamicDataObject FromObject(
Object obj
)
Parameters
- obj
- Type: SystemObject
The object value.
Return Value
Type:
DynamicDataObjectDynamicDataObject with actual data if obj not null, otherwise, null.
See Also