SelectItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An item that has been selected by the query at the current level of the tree.
public abstract class SelectItem
type SelectItem = class
Public MustInherit Class SelectItem
- Inheritance
-
SelectItem
- Derived
Constructors
SelectItem() |
Methods
HandleWith(SelectItemHandler) |
Handle a SelectItem using an implementation of a SelectItemHandler. |
TranslateWith<T>(SelectItemTranslator<T>) |
Translate a SelectItem using an implementation ofSelectItemTranslator<T>. |