DataModelMigration

DataModelMigration

new DataModelMigration()

Represents a model migration scheme against data adapters
Source:

Members

add :Array

Gets an array that contains the definition of fields that are going to be added
Type:
  • Array
Source:

appliesTo

Gets or sets a string that represents the adapter that is going to be migrated through this operation. This property cannot be null.
Source:

change :Array

Gets an array that contains the definition of fields that are going to be changed
Type:
  • Array
Source:

description :string

Gets or sets a string that represents a short description of this migration
Type:
  • string
Source:

model

Gets or sets a string that represents the model that is going to be migrated through this operation. This property may be null.
Source:

remove :Array

Gets an array that contains the definition of fields that are going to be deleted
Type:
  • Array
Source:

version :string

Gets or sets a string that contains the internal version of this migration. This property cannot be null.
Type:
  • string
Source: