Gets the client side optimistic lock for the specified object.
Gets the client side optimistic lock version for the specified object from the current context.
public static IOptimisticLockVersion GetClientVersion(object);
Gets the client side optimsitic lock version for the specified object from the specified Context.
public static IOptimisticLockVersion GetClientVersion(object,IContext);
OptimisticLockingSemantics Class | TechTalk.Genome.Locking Namespace