SqlSet.Select Method (Type, String, Object[])

Projects each element of the set into a new form.

Namespace:  DbExtensions
Assembly: DbExtensions.dll

Syntax

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

Parameters

resultType

Type: System.Type
The type that columnList maps to.

columnList

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

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.