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