ExpandedReferenceSelectItem Constructors
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.
Overloads
ExpandedReferenceSelectItem(ODataExpandPath, IEdmNavigationSource) |
Create an Expand item using a nav prop, its entity set |
ExpandedReferenceSelectItem(ODataExpandPath, IEdmNavigationSource, FilterClause, OrderByClause, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, SearchClause) |
Create an expand item, using a navigationProperty, its entity set, and any expand options. |
ExpandedReferenceSelectItem(ODataExpandPath, IEdmNavigationSource, FilterClause, OrderByClause, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, SearchClause, ComputeClause) |
Create an expand item, using a navigationProperty, its entity set, and any expand options. |
ExpandedReferenceSelectItem(ODataExpandPath, IEdmNavigationSource, FilterClause, OrderByClause, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, SearchClause, ComputeClause, ApplyClause) |
Create an expand item, using a navigationProperty, its entity set, and any expand options. |
ExpandedReferenceSelectItem(ODataExpandPath, IEdmNavigationSource)
Create an Expand item using a nav prop, its entity set
public ExpandedReferenceSelectItem (Microsoft.OData.UriParser.ODataExpandPath pathToNavigationProperty, Microsoft.OData.Edm.IEdmNavigationSource navigationSource);
new Microsoft.OData.UriParser.ExpandedReferenceSelectItem : Microsoft.OData.UriParser.ODataExpandPath * Microsoft.OData.Edm.IEdmNavigationSource -> Microsoft.OData.UriParser.ExpandedReferenceSelectItem
Public Sub New (pathToNavigationProperty As ODataExpandPath, navigationSource As IEdmNavigationSource)
Parameters
- pathToNavigationProperty
- ODataExpandPath
the path to the navigation property for this expand item, including any type segments
- navigationSource
- IEdmNavigationSource
the navigation source for this ExpandItem
Exceptions
Throws if input pathToNavigationProperty is null.
Applies to
ExpandedReferenceSelectItem(ODataExpandPath, IEdmNavigationSource, FilterClause, OrderByClause, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, SearchClause)
Create an expand item, using a navigationProperty, its entity set, and any expand options.
public ExpandedReferenceSelectItem (Microsoft.OData.UriParser.ODataExpandPath pathToNavigationProperty, Microsoft.OData.Edm.IEdmNavigationSource navigationSource, Microsoft.OData.UriParser.FilterClause filterOption, Microsoft.OData.UriParser.OrderByClause orderByOption, long? topOption, long? skipOption, bool? countOption, Microsoft.OData.UriParser.SearchClause searchOption);
new Microsoft.OData.UriParser.ExpandedReferenceSelectItem : Microsoft.OData.UriParser.ODataExpandPath * Microsoft.OData.Edm.IEdmNavigationSource * Microsoft.OData.UriParser.FilterClause * Microsoft.OData.UriParser.OrderByClause * Nullable<int64> * Nullable<int64> * Nullable<bool> * Microsoft.OData.UriParser.SearchClause -> Microsoft.OData.UriParser.ExpandedReferenceSelectItem
Public Sub New (pathToNavigationProperty As ODataExpandPath, navigationSource As IEdmNavigationSource, filterOption As FilterClause, orderByOption As OrderByClause, topOption As Nullable(Of Long), skipOption As Nullable(Of Long), countOption As Nullable(Of Boolean), searchOption As SearchClause)
Parameters
- pathToNavigationProperty
- ODataExpandPath
the path to the navigation property for this expand item, including any type segments
- navigationSource
- IEdmNavigationSource
the navigation source for this expand level.
- filterOption
- FilterClause
A filter clause for this expand (can be null)
- orderByOption
- OrderByClause
An Orderby clause for this expand (can be null)
- searchOption
- SearchClause
A search clause for this expand (can be null)
Exceptions
Throws if input pathToNavigationProperty is null.
Applies to
ExpandedReferenceSelectItem(ODataExpandPath, IEdmNavigationSource, FilterClause, OrderByClause, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, SearchClause, ComputeClause)
Create an expand item, using a navigationProperty, its entity set, and any expand options.
public ExpandedReferenceSelectItem (Microsoft.OData.UriParser.ODataExpandPath pathToNavigationProperty, Microsoft.OData.Edm.IEdmNavigationSource navigationSource, Microsoft.OData.UriParser.FilterClause filterOption, Microsoft.OData.UriParser.OrderByClause orderByOption, long? topOption, long? skipOption, bool? countOption, Microsoft.OData.UriParser.SearchClause searchOption, Microsoft.OData.UriParser.ComputeClause computeOption);
new Microsoft.OData.UriParser.ExpandedReferenceSelectItem : Microsoft.OData.UriParser.ODataExpandPath * Microsoft.OData.Edm.IEdmNavigationSource * Microsoft.OData.UriParser.FilterClause * Microsoft.OData.UriParser.OrderByClause * Nullable<int64> * Nullable<int64> * Nullable<bool> * Microsoft.OData.UriParser.SearchClause * Microsoft.OData.UriParser.ComputeClause -> Microsoft.OData.UriParser.ExpandedReferenceSelectItem
Public Sub New (pathToNavigationProperty As ODataExpandPath, navigationSource As IEdmNavigationSource, filterOption As FilterClause, orderByOption As OrderByClause, topOption As Nullable(Of Long), skipOption As Nullable(Of Long), countOption As Nullable(Of Boolean), searchOption As SearchClause, computeOption As ComputeClause)
Parameters
- pathToNavigationProperty
- ODataExpandPath
the path to the navigation property for this expand item, including any type segments
- navigationSource
- IEdmNavigationSource
the navigation source for this expand level.
- filterOption
- FilterClause
A filter clause for this expand (can be null)
- orderByOption
- OrderByClause
An Orderby clause for this expand (can be null)
- searchOption
- SearchClause
A search clause for this expand (can be null)
- computeOption
- ComputeClause
A compute clause for this expand (can be null)
Exceptions
Throws if input pathToNavigationProperty is null.
Applies to
ExpandedReferenceSelectItem(ODataExpandPath, IEdmNavigationSource, FilterClause, OrderByClause, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, SearchClause, ComputeClause, ApplyClause)
Create an expand item, using a navigationProperty, its entity set, and any expand options.
public ExpandedReferenceSelectItem (Microsoft.OData.UriParser.ODataExpandPath pathToNavigationProperty, Microsoft.OData.Edm.IEdmNavigationSource navigationSource, Microsoft.OData.UriParser.FilterClause filterOption, Microsoft.OData.UriParser.OrderByClause orderByOption, long? topOption, long? skipOption, bool? countOption, Microsoft.OData.UriParser.SearchClause searchOption, Microsoft.OData.UriParser.ComputeClause computeOption, Microsoft.OData.UriParser.Aggregation.ApplyClause applyOption);
new Microsoft.OData.UriParser.ExpandedReferenceSelectItem : Microsoft.OData.UriParser.ODataExpandPath * Microsoft.OData.Edm.IEdmNavigationSource * Microsoft.OData.UriParser.FilterClause * Microsoft.OData.UriParser.OrderByClause * Nullable<int64> * Nullable<int64> * Nullable<bool> * Microsoft.OData.UriParser.SearchClause * Microsoft.OData.UriParser.ComputeClause * Microsoft.OData.UriParser.Aggregation.ApplyClause -> Microsoft.OData.UriParser.ExpandedReferenceSelectItem
Public Sub New (pathToNavigationProperty As ODataExpandPath, navigationSource As IEdmNavigationSource, filterOption As FilterClause, orderByOption As OrderByClause, topOption As Nullable(Of Long), skipOption As Nullable(Of Long), countOption As Nullable(Of Boolean), searchOption As SearchClause, computeOption As ComputeClause, applyOption As ApplyClause)
Parameters
- pathToNavigationProperty
- ODataExpandPath
the path to the navigation property for this expand item, including any type segments
- navigationSource
- IEdmNavigationSource
the navigation source for this expand level.
- filterOption
- FilterClause
A filter clause for this expand (can be null)
- orderByOption
- OrderByClause
An Orderby clause for this expand (can be null)
- searchOption
- SearchClause
A search clause for this expand (can be null)
- computeOption
- ComputeClause
A compute clause for this expand (can be null)
- applyOption
- ApplyClause
A apply clause for this expand (can be null)
Exceptions
Throws if input pathToNavigationProperty is null.