Share via


Identity Constructor (Guid, Object )

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.BusinessData.Runtime
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Protected Sub New ( _
    tempid As Guid, _
    identifierValues As Object() _
)
'Usage
Dim tempid As Guid
Dim identifierValues As Object()

Dim instance As New Identity(tempid, _
    identifierValues)
protected Identity(
    Guid tempid,
    Object[] identifierValues
)

Parameters

  • identifierValues
    Type: []

See Also

Reference

Identity Class

Identity Members

Identity Overload

Microsoft.BusinessData.Runtime Namespace