DevForce Help Reference
ConcurrencyStrategyAttribute Class
Members 


Attribute applied to a concurrency property to indicate the ConcurrencyStrategy in effect.
Syntax
'Declaration
 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Property, 
   AllowMultiple=False, 
   Inherited=True)>
Public NotInheritable Class ConcurrencyStrategyAttribute 
   Inherits System.Attribute
   Implements System.Runtime.InteropServices._Attribute 
'Usage
 
Dim instance As ConcurrencyStrategyAttribute
[AttributeUsage(ValidOn=AttributeTargets.Property, 
   AllowMultiple=false, 
   Inherited=true)]
public sealed class ConcurrencyStrategyAttribute : System.Attribute, System.Runtime.InteropServices._Attribute  
Inheritance Hierarchy

System.Object
   System.Attribute
      IdeaBlade.EntityModel.ConcurrencyStrategyAttribute

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ConcurrencyStrategyAttribute Members
IdeaBlade.EntityModel Namespace

Send Feedback