SqlBuilder.VALUES Method

Appends the VALUES clause using the provided parameters.

Namespace:  DbExtensions
Assembly: DbExtensions.dll

Syntax

public SqlBuilder VALUES(
	params Object[] args
)

Parameters

args

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

Return Value

Type: SqlBuilder
A reference to this instance after the append operation has completed.

See Also

Reference

SqlBuilder Class
DbExtensions Namespace

© Max Toro Q.