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