Default implemenation of ProjectionQuery that returns an Untyped object array tuples

Namespace: Castle.ActiveRecord.Queries
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
public class ProjectionQuery<ARType> : ProjectionQuery<ARType, Object[]>

Type Parameters

ARType

Inheritance Hierarchy

System..::Object
  Castle.ActiveRecord.Queries..::ProjectionQuery<(Of <ARType, array<Object>[]()>)>
    Castle.ActiveRecord.Queries..::ProjectionQuery<(Of <ARType>)>

See Also