Indicates if this entity is versioned for optimistic concurrency.

Namespace:  Mindscape.LightSpeed.MetaData
Assembly:  Mindscape.LightSpeed.MetaData (in Mindscape.LightSpeed.MetaData.dll)
Version: 4.0.1000.1 (4.0.0.0)

Syntax

C#
public bool IsVersioned { get; private set; }
Visual Basic (Declaration)
Public Property IsVersioned As Boolean

Remarks

A versioned entity holds a LockVersion value in the database which is checked when the entity is saved. A mismatch between version numbers will throw an OptimisticConcurrencyException.

See Also