dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceParameter Class / SalesforceType Property

In This Topic
    SalesforceType Property (SalesforceParameter)
    In This Topic
    Gets or sets the SalesforceType of the parameter.
    Syntax
    'Declaration
     
    Public Property SalesforceType As SalesforceType
    public SalesforceType SalesforceType {get; set;}

    Property Value

    A SalesforceType value that is the SalesforceType of the parameter.
    Remarks
    The SalesforceType and DbType are linked. Therefore, setting the DbType changes the SalesforceType to a supporting SalesforceType.

    For a list of the supported data types, see the appropriate SalesforceType member. For more information, see "Using Parameters with a DataAdapter" in the Microsoft .NET Framework SDK documentation.

    See Also