Share via


TypeConversion Constructor (String, String)

Initializes a new instance of the class.

Namespace:  Microsoft.SharePoint.BusinessData.Infrastructure.Client
Assembly:  Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    lobType As String, _
    bdcType As String _
)
'Usage
Dim lobType As String
Dim bdcType As String

Dim instance As New TypeConversion(lobType, _
    bdcType)
public TypeConversion(
    string lobType,
    string bdcType
)

Parameters

  • lobType
    Type: System.String

    The type of data that will be coming from and sent to the external system.

  • bdcType
    Type: System.String

    The type of the data that will be accessible from clients of Business Data Connectivity (BDC) service.

See Also

Reference

TypeConversion Class

TypeConversion Members

TypeConversion Overload

Microsoft.SharePoint.BusinessData.Infrastructure.Client Namespace