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
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