Identity construtor (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 (em Microsoft.BusinessData.dll)
Sintaxe
'Declaração
Protected Sub New ( _
tempid As Guid, _
identifierValues As Object() _
)
'Uso
Dim tempid As Guid
Dim identifierValues As Object()
Dim instance As New Identity(tempid, _
identifierValues)
protected Identity(
Guid tempid,
Object[] identifierValues
)
Parâmetros
- tempid
Tipo: System.Guid
- identifierValues
Tipo: []