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