Aracılığıyla paylaş


TypeConversion Constructor (String, String, String)

Initializes a new instance of the TypeConversion class using the specified external system data type, the client data type, and the locale.

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

Syntax

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

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

Parameters

  • lobType
    Type: System.String

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

  • bdcType
    Type: System.String

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

  • lobLocale
    Type: System.String

    The name of the locale of the data in the external system.

See Also

Reference

TypeConversion Class

TypeConversion Members

TypeConversion Overload

Microsoft.SharePoint.BusinessData.Infrastructure Namespace