DevForce Help Reference
IsApplicable Method (StoreGeneratedIdGenerator)


Returns whether this generator can be used with the specified data source.
Syntax
'Declaration
 
Public Function IsApplicable( _
   ByVal dataSourceKey As IDataSourceKey _
) As Boolean
'Usage
 
Dim instance As StoreGeneratedIdGenerator
Dim dataSourceKey As IDataSourceKey
Dim value As Boolean
 
value = instance.IsApplicable(dataSourceKey)
public bool IsApplicable( 
   IDataSourceKey dataSourceKey
)

Parameters

dataSourceKey
Remarks
The StoreGeneratedIdGenerator is used only with client and server EdmKeys.
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

StoreGeneratedIdGenerator Class
StoreGeneratedIdGenerator Members

Send Feedback