DeleteStatement

DeleteStatement allows the construction of SQL DELETE statements.

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

Constructors

DeleteStatement

Default constructor

Signature:
public Void DeleteStatement()

DeleteStatement

Initializes a new instance of DeleteStatement.

Signature:
public Void DeleteStatement(service)
Parameters
Name Type Summary
service IDataServices A IDataServices object for which the DeleteStatement is for.

DeleteStatement

Initializes a new instance of DeleteStatement.

Signature:
public Void DeleteStatement(repository)
Parameters
Name Type Summary
repository Repository The underlying repository.

DeleteStatement

Initializes a new instance of DeleteStatement.

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

Properties

Top

TopModifier for the DELETE statement.

Signature:
public TopModifier Top { get; set; }

In this document