DevForce Help Reference
IsApplicable Method (DefaultConcurrencyValueSetter)


Override to determine whether the specified IDataSourceKey is applicable for this strategy.
Syntax
'Declaration
 
Public Overridable Function IsApplicable( _
   ByVal dataSourceKey As IDataSourceKey _
) As Boolean
'Usage
 
Dim instance As DefaultConcurrencyValueSetter
Dim dataSourceKey As IDataSourceKey
Dim value As Boolean
 
value = instance.IsApplicable(dataSourceKey)
public virtual bool IsApplicable( 
   IDataSourceKey dataSourceKey
)

Parameters

dataSourceKey
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

DefaultConcurrencyValueSetter Class
DefaultConcurrencyValueSetter Members

Send Feedback