SqlBuilder.SetNextClause Method

Sets clauseName as the next SQL clause.

Namespace:  DbExtensions
Assembly: DbExtensions.dll

Syntax

public SqlBuilder SetNextClause(
	string clauseName,
	string separator
)

Parameters

clauseName

Type: System.String
The SQL clause.

separator

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

Return Value

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

See Also

Reference

SqlBuilder Class
DbExtensions Namespace
SqlBuilder.NextClause

© Max Toro Q.