Class DataMove
Defines a move of data between one column in the store to another
Inheritance
System.Object
DataMove
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Data.Dynamic.Providers
Assembly: EPiServer.Data.dll
Version: 11.20.7Syntax
public class DataMove
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 |