DevForce Help Reference
IsApplicable Method (IIdGenerator)


Returns whether the IdGenerator can be used with the specified data source key.
Syntax
'Declaration
 
Function IsApplicable( _
   ByVal dataSourceKey As IDataSourceKey _
) As Boolean
'Usage
 
Dim instance As IIdGenerator
Dim dataSourceKey As IDataSourceKey
Dim value As Boolean
 
value = instance.IsApplicable(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

IIdGenerator Interface
IIdGenerator Members

Send Feedback