DevForce Help Reference
IsTempId Method (IIdGenerator)


ID to be analyzed
Determines whether a given ID is temporary.
Syntax
'Declaration
 
Function IsTempId( _
   ByVal uniqueId As UniqueId _
) As Boolean
'Usage
 
Dim instance As IIdGenerator
Dim uniqueId As UniqueId
Dim value As Boolean
 
value = instance.IsTempId(uniqueId)
bool IsTempId( 
   UniqueId uniqueId
)

Parameters

uniqueId
ID to be analyzed

Return Value

true if the ID is temporary; otherwise false
Remarks
The UniqueId.Value contains the ID to be tested. You can use the EntityProperty.EntityType property of the UniqueId.Property to determine the IEntity type.
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