SqlSet.Select<TResult> Method (String, Object[])

Projects each element of the set into a new form.

Namespace:  DbExtensions
Assembly: DbExtensions.dll

Syntax

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

Parameters

columnList

Type: System.String
The list of columns that maps to properties on TResult.

parameters

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

Type Parameters

TResult

The type that columnList maps to.

Return Value

Type: SqlSet<TResult>
A new SqlSet<TResult>.

See Also

Reference

SqlSet Class
DbExtensions Namespace

© Max Toro Q.