View Source
  Class UpdateDataExpression
  
  
  
  
    Inheritance
      System.Object
      
      
   
  
  Assembly: Umbraco.Infrastructure.dll
  Syntax
  
    public class UpdateDataExpression : MigrationExpressionBase, IMigrationExpression
   
  Constructors
  
  
    View Source
  
  UpdateDataExpression(IMigrationContext)
  
  
  Declaration
  
    public UpdateDataExpression(IMigrationContext context)
   
  Parameters
  
  Properties
  
  
    View Source
  
  IsAllRows
  
  
  Declaration
  
    public bool IsAllRows { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    View Source
  
  Set
  
  
  Declaration
  
    public List<KeyValuePair<string, object>>? Set { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Nullable<List<KeyValuePair<System.String, System.Object>>> | 
         | 
      
    
  
  
    View Source
  
  TableName
  
  
  Declaration
  
    public string TableName { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
    View Source
  
  Where
  
  
  Declaration
  
    public List<KeyValuePair<string, object>>? Where { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Nullable<List<KeyValuePair<System.String, System.Object>>> | 
         | 
      
    
  
  Methods
  
  
    View Source
  
  GetSql()
  
  
  Declaration
  
    protected override string GetSql()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         |