'Declaration Public Enum SalesforceType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum SalesforceType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum SalesforceType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum SalesforceType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Binary | The Salesforce BINARY type. Represented as the System.Byte[]. |
Boolean | A simple type representing Boolean values of true or false. Corresponds to the Salesforce CHECKBOX type. |
Byte | A set of bits. Represented as the System.Byte. |
Date | A Salesforce DATE data type. Represented as the System.DateTime. |
DateTime | A Salesforce DATETIME data type. Represented as the System.DateTime. |
Double | Double values. Corresponds to the Salesforce NUMBER, CURRENCY, or PERCENT type. Represented as the System.Double. |
Int | Integer type. Corresponds to the Salesforce INT type. |
String | Character strings. Represented as the System.String. |
Time | A Salesforce TIME data type. Represented as the System.DateTime. |
System.Object
System.ValueType
System.Enum
Devart.Data.Salesforce.SalesforceType
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