View Source
  Class DeleteConstraintBuilder
  
  
  
  
    Inheritance
      System.Object
      
      
   
  
  Assembly: Umbraco.Infrastructure.dll
  Syntax
  
    public class DeleteConstraintBuilder : ExpressionBuilderBase<DeleteConstraintExpression>, IDeleteConstraintBuilder, IFluentBuilder
   
  Constructors
  
  
    View Source
  
  DeleteConstraintBuilder(DeleteConstraintExpression)
  
  
  Declaration
  
    public DeleteConstraintBuilder(DeleteConstraintExpression expression)
   
  Parameters
  
  Methods
  
  
    View Source
  
  FromTable(String)
  Specifies the table of the constraint to delete.
 
  
  Declaration
  
    public IExecutableBuilder FromTable(string tableName)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        tableName | 
         | 
      
    
  
  Returns