Class DataMove
Defines a move of data between one column in the store to another
Inheritance
System.Object
DataMove
Namespace: EPiServer.Data.Dynamic.Providers
Assembly: EPiServer.Data.dll
Version: 12.0.3Syntax
public class DataMove : Object
Constructors
DataMove()
Declaration
public DataMove()
Fields
FromProperty
The Column the data is moving from
Declaration
public InlinePropertyMap FromProperty
Field Value
Type | Description |
---|---|
InlinePropertyMap |
ToProperty
The column the data is moving to
Declaration
public InlinePropertyMap ToProperty
Field Value
Type | Description |
---|---|
InlinePropertyMap |