UpdateWhereImpl Class

The default implementation of UpdateWhere.

C#
public sealed class UpdateWhereImpl : UpdateWhere
Inheritance
UpdateWhereImpl
Implements

Constructors

UpdateWhereImpl(Siphon, string)

The default implementation of UpdateWhere.

Methods

Execute(IReadOnlyDictionary<string, object>)

Description copied from interface: UpdateTerminator

Executes the UPDATE statement with the specified parameters.

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

Implements

See Also