DomainObjects Class Library

EditableObject.VersionNumber Property

public Object VersionNumber {get;}

Property Value

The version of this instance. Enables support for optimistic concurrency control. DomainObjects uses this value to ensure that the version being updated in the database is the same version that was read from the database.

Implements

IEditable.

See Also

EditableObject Class | DomainObjects.Facade.Domain Namespace