IdeaBlade.Linq Assembly > IdeaBlade.Linq Namespace : ProjectionSelector Class |
The following tables list the members exposed by ProjectionSelector.
Name | Description | |
---|---|---|
![]() | ProjectionSelector Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Alias | Name that this ProjectionSelector will be projected into. |
![]() | Description | The property name, may be a chained Property name as well. i.e. "Customer.City" or "Customer.Orders" (Inherited from IdeaBlade.Linq.MemberSelector) |
![]() | InstanceType | Type of object on which the property is defined. (Inherited from IdeaBlade.Linq.MemberSelector) |
![]() | IsChainedSelector | True if multiple selectors have been chained. (Inherited from IdeaBlade.Linq.MemberSelector) |
![]() | ProjectionType | Type projected into. |
![]() | ReturnType | Type returned by the selector. (Inherited from IdeaBlade.Linq.MemberSelector) |
Name | Description | |
---|---|---|
![]() | BuildMemberExpression | For internal use only. (Inherited from IdeaBlade.Linq.MemberSelector) |
![]() | Clone | Overridden. Not supported. |
![]() ![]() | Combine | Returns an AnonymousProjectionSelector combining this selector with the specified projection selectors. |
![]() | Equals | (Inherited from object) |
![]() | GetHashCode | (Inherited from object) |
![]() | GetType | (Inherited from object) |
![]() | ToLambdaExpression | Return a System.Linq.Expressions.LambdaExpression representing the property access. (Inherited from IdeaBlade.Linq.MemberSelector) |
![]() | ToString | Returns a string that represents the current object. |
![]() | WithAlias | Returns a new ProjectionSelector with the specified alias. |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from object) |
![]() | MemberwiseClone | (Inherited from object) |
Name | Description | |
---|---|---|
![]() | Chain | Overloaded. Allows a MemberSelector to be chained. |
![]() | Combine | Overloaded. Returns an AnonymousProjectionSelector combining the current projection selector with another. |
![]() | Dot<T> | Provides for construction of "." notation in a dynamic query. |