Database.Map Method (SqlBuilder)

Maps the results of the query to dynamic objects. The query is deferred-executed.

Namespace:  DbExtensions
Assembly: DbExtensions.dll

Syntax

public IEnumerable<Object> Map(
	SqlBuilder query
)

Parameters

query

Type: DbExtensions.SqlBuilder
The query.

Return Value

Type: IEnumerable<Object>
The results of the query as dynamic objects.

See Also

Reference

Database Class
DbExtensions Namespace

© Max Toro Q.