DynamicDataObjectRemove Method
|
Remove value with name if found.
Otherwise, throw exception ArgumentNullException.
Namespace: Casewhere.SystemTypesAssembly: Casewhere.SystemTypes (in Casewhere.SystemTypes.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void Remove(
string property
)
Parameters
- property String
- The key name.
See Also