UpdateWhereImpl Class
The default implementation of UpdateWhere.
C#
public sealed class UpdateWhereImpl : UpdateWhere
- Inheritance
-
Update
Where Impl
- Implements
Constructors
Update |
The default implementation of UpdateWhere. |
Methods
Execute(IRead |
Description copied from interface: UpdateTerminator
|
Equals(object) | (Inherited from object) |
GetHashCode() | (Inherited from object) |
GetType() | (Inherited from object) |
MemberwiseClone() | (Inherited from object) |
ToString() | (Inherited from object) |
Constructors Detail
UpdateWhereImpl(Siphon, string)
The default implementation of UpdateWhere.
C#
public UpdateWhereImpl(Siphon siphon, string text)
Parameters
- siphon
- Siphon
The siphon to be used in the update operation.
- text
- string
The SQL update statement.
Methods Detail
Execute(IReadOnlyDictionary<string, object>)
Description copied from interface: UpdateTerminator
Executes the
UPDATE
statement with the specified parameters.
C#
public void Execute(IReadOnlyDictionary<string, object> parameters)
Parameters
- parameters
-
IRead
Only <string, object>Dictionary
Implements
See Also
- Update.Set(string)
- UpdateSet.Where(string)
Description copied from interface: UpdateTerminator