SqlSet.Select Method (String, Object[])

Projects each element of the set into a new form.

Namespace:  DbExtensions
Assembly: DbExtensions.dll

Syntax

public SqlSet Select(
	string columnList,
	params Object[] parameters
)

Parameters

columnList

Type: System.String
The list of columns to select.

parameters

Type: System.Object[]
The parameters to apply to the columnList.

Return Value

Type: SqlSet
A new SqlSet.

See Also

Reference

SqlSet Class
DbExtensions Namespace

© Max Toro Q.