SqlBuilder.Append Method (String, Object[])

Appends format to this instance.

Namespace:  DbExtensions
Assembly: DbExtensions.dll

Syntax

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

Parameters

format

Type: System.String
A SQL format string.

args

Type: System.Object[]
The array of parameters.

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.