Enum MigrationFieldType
A provider-agnostic stored field type, used to describe a type/schema evolution.
public enum MigrationFieldType
Fields
String = 0A string.
Boolean = 1A boolean.
Int32 = 2A 32-bit integer.
Int64 = 3A 64-bit integer.
Double = 4A double-precision floating-point number.
Decimal = 5A decimal.
DateTime = 6A date/time.
Guid = 7A globally unique identifier.
ObjectId = 8A document-store native object identifier (e.g. MongoDB
ObjectId).