WildcardSelectItem 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.
Class to represent a '*' selection item, indicating that all structural properties should be selected.
public sealed class WildcardSelectItem : Microsoft.OData.UriParser.SelectItem
type WildcardSelectItem = class
inherit SelectItem
Public NotInheritable Class WildcardSelectItem
Inherits SelectItem
- Inheritance
Constructors
WildcardSelectItem() |
Methods
HandleWith(SelectItemHandler) |
Handle using a SelectItemHandler. |
TranslateWith<T>(SelectItemTranslator<T>) |
Translate using a SelectItemTranslator<T>. |