Share via


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

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

See Also

Reference

Identity Class

Identity Members

Identity Overload

Microsoft.BusinessData.Runtime Namespace