DevForce Help Reference
IsApplicable Method (FakeIdGenerator)


Returns whether this generator can be used with the specified data source.
Syntax
'Declaration
 
Public Overridable Function IsApplicable( _
   ByVal dataSourceKey As IDataSourceKey _
) As Boolean
'Usage
 
Dim instance As FakeIdGenerator
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

FakeIdGenerator Class
FakeIdGenerator Members

Send Feedback