UpdateStatement

UpdateStatement allows the construction of SQL UPDATE statements.

Namespace:
Inetdev.Data.Query
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
Inetdev.Data.Query.Statement

Constructors

UpdateStatement

Default constructor

Signature:
public Void UpdateStatement()

UpdateStatement

Initializes a new instance of UpdateStatement.

Signature:
public Void UpdateStatement(repository)
Parameters
Name Type Summary
repository Repository The underlaying repository.

UpdateStatement

Initializes a new instance of UpdateStatement.

Signature:
public Void UpdateStatement(name, repository)
Parameters
Name Type Summary
name String The name of the statement.
repository Repository The underlaying repository.

Properties

Columns

List of SetColumns for the UPDATE statement.

Signature:
public IList<SetColumn> Columns { get; }

Top

Gets or sets the top modifier for the UPDATE statement.

Signature:
public TopModifier Top { get; set; }

In this document