SQL.DELETE_FROM Method

Creates and returns a new SqlBuilder initialized by appending the DELETE FROM clause using the provided format and args.

Namespace:  DbExtensions
Assembly: DbExtensions.dll

Syntax

public static SqlBuilder DELETE_FROM(
	string format,
	params Object[] args
)

Parameters

format

Type: System.String
The body of the DELETE FROM clause.

args

Type: System.Object[]
The parameters of the clause body.

Return Value

Type: SqlBuilder
A new SqlBuilder after calling DELETE_FROM(String, Object[]).

See Also

Reference

SQL Class
DbExtensions Namespace

© Max Toro Q.