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: 7.19.2Syntax
public class DataMoveConstructors
DataMove()
Declaration
public DataMove()Fields
FromProperty
The Column the data is moving from
Declaration
public InlinePropertyMap FromPropertyField Value
| Type | Description | 
|---|---|
| InlinePropertyMap | 
ToProperty
The column the data is moving to
Declaration
public InlinePropertyMap ToPropertyField Value
| Type | Description | 
|---|---|
| InlinePropertyMap | 
