SQL.WITH Method (String, Object[])

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

Namespace:  DbExtensions
Assembly: DbExtensions.dll

Syntax

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

Parameters

format

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

args

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

Return Value

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

See Also

Reference

SQL Class
DbExtensions Namespace

© Max Toro Q.