DevForce Help Reference
GetNextTempId Method (FakeIdGenerator)


Returns a temporary ID value for the specified property.
Syntax
'Declaration
 
Public Overridable Function GetNextTempId( _
   ByVal property As DataEntityProperty _
) As Object
'Usage
 
Dim instance As FakeIdGenerator
Dim property As DataEntityProperty
Dim value As Object
 
value = instance.GetNextTempId(property)
public virtual object GetNextTempId( 
   DataEntityProperty property
)

Parameters

property
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