(Object) del constructor Identity
Crea una nueva instancia de la clase mediante un valor de identificador.
Espacio de nombres: Microsoft.BusinessData.Runtime
Ensamblado: Microsoft.BusinessData (en Microsoft.BusinessData.dll)
Sintaxis
'Declaración
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.ObjectEl valor del identificador.
Ejemplos
Code Snippet: Execute the BulkSpecificFinder Method Instance of an External Content Type
Code Snippet: Execute an Updater Method Instance of an External Content Type