SQL.SELECT Method

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

Namespace:  DbExtensions
Assembly: DbExtensions.dll

Syntax

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

Parameters

format

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

args

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

Return Value

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

See Also

Reference

SQL Class
DbExtensions Namespace

© Max Toro Q.