SqlBuilder.AppendClause Method

Appends the SQL clause specified by clauseName using the provided format string and parameters.

Namespace:  DbExtensions
Assembly: DbExtensions.dll

Syntax

public SqlBuilder AppendClause(
	string clauseName,
	string separator,
	string format,
	params Object[] args
)

Parameters

clauseName

Type: System.String
The SQL clause.

separator

Type: System.String
The clause body separator, used for consecutive appends to the same clause.

format

Type: System.String
The format string that represents the body of the clause.

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.