The following tables list the members exposed by MemberSelector.
Public Properties
| Name | Description |
| Description |
The property name, may be a chained Property name as well. i.e. "Customer.City" or "Customer.Orders"
|
| InstanceType |
Type of object on which the property is defined.
|
| IsChainedSelector |
True if multiple selectors have been chained.
|
| ReturnType |
Type returned by the selector.
|
Top
Public Methods
Extension Methods
| Name | Description |
| Chain | Overloaded. Allows a MemberSelector to be chained. |
| Dot<T> |
Provides for construction of "." notation in a dynamic query.
|
Top
See Also