View Source
  
  
  
  
    Inheritance
      System.Object
      
      
   
  
  Assembly: Umbraco.Infrastructure.dll
  
  
    public class RenameTableBuilder : ExpressionBuilderBase<RenameTableExpression>, IRenameTableBuilder, IFluentBuilder, IExecutableBuilder
   
  Constructors
  
  
    View Source
  
  
  
  
  Declaration
  
    public RenameTableBuilder(RenameTableExpression expression)
   
  Parameters
  
  Methods
  
  
    View Source
  
  
  
  
  Declaration
  
  
    View Source
  
  
  Specifies the new name of the table.
 
  
  Declaration
  
    public IExecutableBuilder To(string name)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        name | 
         | 
      
    
  
  Returns