The Projections type exposes the following members.

Methods

  NameDescription
Alias
Assign an alias to a projection, by wrapping it
Avg
A property average value
Count
A property value count
CountDistinct
A distinct property value count
Distinct
Create a distinct projection from a projection
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GroupProperty
A grouping property value
Id
A projected identifier value
Max
A property maximum value
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Min
A property minimum value
ProjectionList
Create a new projection list
Property
A projected property value
RowCount
The query row count, ie. count(*)
SqlGroupProjection
A grouping SQL projection, specifying both select clause and group by clause fragments
SqlProjection
A SQL projection, a typed select clause fragment
Sum
A property value sum
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also