Table of Contents

Enum MigrationFieldType

Namespace
eQuantic.Core.Data.Migration
Assembly
eQuantic.Core.Data.dll

A provider-agnostic stored field type, used to describe a type/schema evolution.

public enum MigrationFieldType

Fields

String = 0

A string.

Boolean = 1

A boolean.

Int32 = 2

A 32-bit integer.

Int64 = 3

A 64-bit integer.

Double = 4

A double-precision floating-point number.

Decimal = 5

A decimal.

DateTime = 6

A date/time.

Guid = 7

A globally unique identifier.

ObjectId = 8

A document-store native object identifier (e.g. MongoDB ObjectId).