ExpandedNavigationSelectItem.SelectAndExpand Property

The select and expand clause for this expanded navigation.

Namespace:  Microsoft.Data.OData.Query.SemanticAst
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public ReadOnly Property SelectAndExpand As SelectExpandClause 
    Get
'Usage
Dim instance As ExpandedNavigationSelectItem 
Dim value As SelectExpandClause 

value = instance.SelectAndExpand
public SelectExpandClause SelectAndExpand { get; }
public:
property SelectExpandClause^ SelectAndExpand {
    SelectExpandClause^ get ();
}
member SelectAndExpand : SelectExpandClause
function get SelectAndExpand () : SelectExpandClause

Property Value

Type: Microsoft.Data.OData.Query.SemanticAst.SelectExpandClause

See Also

Reference

ExpandedNavigationSelectItem Class

Microsoft.Data.OData.Query.SemanticAst Namespace