UpdateSetImpl Class
The default implementation of UpdateSet.
public sealed class UpdateSetImpl : UpdateSet
- Inheritance
-
Update
Set Impl
- Implements
Constructors
Update |
The default implementation of UpdateSet. |
Methods
Execute(IRead |
Description copied from interface: UpdateTerminator
|
Where(string) |
Description copied from interface: UpdateSet
|
Equals(object) | (Inherited from object) |
GetHashCode() | (Inherited from object) |
GetType() | (Inherited from object) |
MemberwiseClone() | (Inherited from object) |
ToString() | (Inherited from object) |
Constructors Detail
UpdateSetImpl(Siphon, string)
The default implementation of UpdateSet.
public UpdateSetImpl(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.
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
Where(string)
Description copied from interface: UpdateSet
Gets a new UpdateWhere object, which represents the combination of
this
(UPDATE
...SET
...) and theWHERE
... clause.
public UpdateWhere Where(string expr)
Parameters
- expr
- string