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.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also