Identity Constructor (Object)
Constructs a new instance of the class by using an identifier value.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Sub New ( _
identifierValue As Object _
)
'Usage
Dim identifierValue As Object
Dim instance As New Identity(identifierValue)
public Identity(
Object identifierValue
)
Parameters
identifierValue
Type: System.ObjectThe identifier value.
Examples
Code Snippet: Execute the BulkSpecificFinder Method Instance of an External Content Type
Code Snippet: Execute an Updater Method Instance of an External Content Type