ExpandedReferenceSelectItem Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ExpandedReferenceSelectItem(ODataExpandPath, IEdmNavigationSource)
Erstellen eines Erweiterungselements mithilfe einer Navigationsrequisite, dessen Entitätsgruppe
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)
Parameter
- pathToNavigationProperty
- ODataExpandPath
Der Pfad zur Navigationseigenschaft für dieses Erweiterungselement einschließlich aller Typsegmente.
- navigationSource
- IEdmNavigationSource
Die Navigationsquelle für dieses ExpandItem
Ausnahmen
Wird ausgelöst, wenn die Eingabe-pathToNavigationProperty NULL ist.
Gilt für:
ExpandedReferenceSelectItem(ODataExpandPath, IEdmNavigationSource, FilterClause, OrderByClause, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, SearchClause)
Erstellen Sie ein Erweiterungselement mithilfe von navigationProperty, dessen Entitätssatz und beliebigen Erweiterungsoptionen.
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)
Parameter
- pathToNavigationProperty
- ODataExpandPath
Der Pfad zur Navigationseigenschaft für dieses Erweiterungselement einschließlich aller Typsegmente.
- navigationSource
- IEdmNavigationSource
die Navigationsquelle für diese Erweiterungsebene.
- filterOption
- FilterClause
Eine Filterklausel für diese Erweiterung (kann NULL sein)
- orderByOption
- OrderByClause
Eine Orderby-Klausel für diese Erweiterung (kann NULL sein)
- searchOption
- SearchClause
Eine Suchklausel für diese Erweiterung (kann NULL sein)
Ausnahmen
Wird ausgelöst, wenn die Eingabe-pathToNavigationProperty NULL ist.
Gilt für:
ExpandedReferenceSelectItem(ODataExpandPath, IEdmNavigationSource, FilterClause, OrderByClause, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, SearchClause, ComputeClause)
Erstellen Sie ein Erweiterungselement mithilfe von navigationProperty, dessen Entitätssatz und beliebigen Erweiterungsoptionen.
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)
Parameter
- pathToNavigationProperty
- ODataExpandPath
Der Pfad zur Navigationseigenschaft für dieses Erweiterungselement einschließlich aller Typsegmente.
- navigationSource
- IEdmNavigationSource
die Navigationsquelle für diese Erweiterungsebene.
- filterOption
- FilterClause
Eine Filterklausel für diese Erweiterung (kann NULL sein)
- orderByOption
- OrderByClause
Eine Orderby-Klausel für diese Erweiterung (kann NULL sein)
- searchOption
- SearchClause
Eine Suchklausel für diese Erweiterung (kann NULL sein)
- computeOption
- ComputeClause
Eine Computeklausel für diese Erweiterung (kann NULL sein)
Ausnahmen
Wird ausgelöst, wenn die Eingabe-pathToNavigationProperty NULL ist.
Gilt für:
ExpandedReferenceSelectItem(ODataExpandPath, IEdmNavigationSource, FilterClause, OrderByClause, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, SearchClause, ComputeClause, ApplyClause)
Erstellen Sie ein Erweiterungselement mithilfe von navigationProperty, dessen Entitätssatz und beliebigen Erweiterungsoptionen.
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)
Parameter
- pathToNavigationProperty
- ODataExpandPath
Der Pfad zur Navigationseigenschaft für dieses Erweiterungselement einschließlich aller Typsegmente.
- navigationSource
- IEdmNavigationSource
die Navigationsquelle für diese Erweiterungsebene.
- filterOption
- FilterClause
Eine Filterklausel für diese Erweiterung (kann NULL sein)
- orderByOption
- OrderByClause
Eine Orderby-Klausel für diese Erweiterung (kann NULL sein)
- searchOption
- SearchClause
Eine Suchklausel für diese Erweiterung (kann NULL sein)
- computeOption
- ComputeClause
Eine Computeklausel für diese Erweiterung (kann NULL sein)
- applyOption
- ApplyClause
Eine Apply-Klausel für diesen Expand (kann NULL sein)
Ausnahmen
Wird ausgelöst, wenn die Eingabe-pathToNavigationProperty NULL ist.