SQL.UPDATE Method

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

Namespace:  DbExtensions
Assembly: DbExtensions.dll

Syntax

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

Parameters

format

Type: System.String
The body of the UPDATE clause.

args

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

Return Value

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

See Also

Reference

SQL Class
DbExtensions Namespace

© Max Toro Q.