DomainObjects Class Library

UpdateByCriteria.AddUpdateField Method 

Specify a field whose value will be updated by this command.

public void AddUpdateField(
   ColumnField fieldToUpdate,
   Object newValue
);

Parameters

fieldToUpdate
The field whose value will be updated by this command.
newValue
The new value for the field.

See Also

UpdateByCriteria Class | DomainObjects.Facade.Command Namespace