View Source
  Class AlterTableExpression
  
  
  
  
    Inheritance
      System.Object
      
      
   
  
  Assembly: Umbraco.Infrastructure.dll
  Syntax
  
    public class AlterTableExpression : MigrationExpressionBase, IMigrationExpression
   
  Constructors
  
  
    View Source
  
  AlterTableExpression(IMigrationContext)
  
  
  Declaration
  
    public AlterTableExpression(IMigrationContext context)
   
  Parameters
  
  Properties
  
  
    View Source
  
  TableName
  
  
  Declaration
  
    public virtual string TableName { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  Methods
  
  
    View Source
  
  GetSql()
  
  
  Declaration
  
    protected override string GetSql()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         |