Class DeleteDataExpression
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
public class DeleteDataExpression : MigrationExpressionBase, IMigrationExpression
Constructors
DeleteDataExpression(IMigrationContext)
Declaration
public DeleteDataExpression(IMigrationContext context)
Parameters
Properties
IsAllRows
Declaration
public virtual bool IsAllRows { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Rows
Declaration
public List<DeletionDataDefinition> Rows { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<DeletionDataDefinition> |
|
TableName
Declaration
public string TableName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
GetSql()
Declaration
protected override string GetSql()
Returns
Type |
Description |
System.String |
|