TypeConversion Constructor (String, String)
Initializes a new instance of the TypeConversion class using the specified external system data type and the client data type,.
Namespace: Microsoft.SharePoint.BusinessData.Infrastructure
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.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.StringThe type of data which will be coming from and sent to the external system.
bdcType
Type: System.StringType of the data that will be accessible from clients of Business Data Connectivity (BDC) service.