Click or drag to resize
UpdateCommand Properties

The UpdateCommand type exposes the following members.

Properties
  NameDescription
Public propertyEntity
Specifies an instance of a class derived from CorrigoEntity of a type that supports update. The instance has one or more property values set that are to be updated.
Public propertyPropertySet
Specifies the set of properties to update. Passing a null value will lead to error. To update all properties, pass a new instance of the AllProperties class.
Top
See Also