DataverseFieldType Enum

Definition

Allowed typelist of entities

public enum DataverseFieldType
type DataverseFieldType = 
Public Enum DataverseFieldType
Inheritance
DataverseFieldType

Fields

Boolean 0

Bool - Converts from bool

Customer 6

Ref Type for Dataverse, Creates an EntityReference You need to provide a Guid as a value, and a the name of an entity for the lookup key

DateTime 1

DateTime - Converts from a DataTime Object

Decimal 2

Decimal, for money, use Money - Converts from a decimal type

File 13

The File column is used for storing binary data

Float 3

Double type, while Dataverse calls this a float, it is actually a double for money, use Money - Converts from a double type

Image 12

Use image columns to display a single image per row in the application

Key 7

Primary Key - Converts from a Guid Type

Lookup 8

Ref Type for Dataverse, Creates an EntityReference You need to provide a Guid as a value, and a the name of an entity for the lookup key

Money 4

Money Type - Converts from a decimal type

Number 5

Whole number - Converts from a Int type

Picklist 9

Pick List value - Converts from a Int type

Raw 14

User Specified type... will be appended directly. This type must be one of the valid Dataverse types

String 10

String type - Converts from a string type.

UniqueIdentifier 11

Guid Type - Converts from a Guid Type

Applies to