Identity construtor (Object)
Cria uma nova instância da classe usando um valor de identificador.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (em Microsoft.BusinessData.dll)
Sintaxe
'Declaração
Public Sub New ( _
identifierValue As Object _
)
'Uso
Dim identifierValue As Object
Dim instance As New Identity(identifierValue)
public Identity(
Object identifierValue
)
Parâmetros
identifierValue
Tipo: System.ObjectO valor de identificador.
Exemplos
Code Snippet: Execute the BulkSpecificFinder Method Instance of an External Content Type
Code Snippet: Execute an Updater Method Instance of an External Content Type