ExpandedReferenceSelectItem コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ExpandedReferenceSelectItem(ODataExpandPath, IEdmNavigationSource) |
ナビゲーション プロップとそのエンティティ セットを使用して展開項目を作成する |
ExpandedReferenceSelectItem(ODataExpandPath, IEdmNavigationSource, FilterClause, OrderByClause, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, SearchClause) |
navigationProperty、そのエンティティ セット、および展開オプションを使用して、展開項目を作成します。 |
ExpandedReferenceSelectItem(ODataExpandPath, IEdmNavigationSource, FilterClause, OrderByClause, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, SearchClause, ComputeClause) |
navigationProperty、そのエンティティ セット、および展開オプションを使用して、展開項目を作成します。 |
ExpandedReferenceSelectItem(ODataExpandPath, IEdmNavigationSource, FilterClause, OrderByClause, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, SearchClause, ComputeClause, ApplyClause) |
navigationProperty、そのエンティティ セット、および展開オプションを使用して、展開項目を作成します。 |
ExpandedReferenceSelectItem(ODataExpandPath, IEdmNavigationSource)
ナビゲーション プロップとそのエンティティ セットを使用して展開項目を作成する
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)
パラメーター
- pathToNavigationProperty
- ODataExpandPath
すべての型のセグメントを含む、この展開項目のナビゲーション プロパティへのパス。
- navigationSource
- IEdmNavigationSource
この ExpandItem のナビゲーション ソース
例外
入力の pathToNavigationProperty が null の場合にスローします。
適用対象
ExpandedReferenceSelectItem(ODataExpandPath, IEdmNavigationSource, FilterClause, OrderByClause, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, SearchClause)
navigationProperty、そのエンティティ セット、および展開オプションを使用して、展開項目を作成します。
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)
パラメーター
- pathToNavigationProperty
- ODataExpandPath
すべての型のセグメントを含む、この展開項目のナビゲーション プロパティへのパス。
- navigationSource
- IEdmNavigationSource
この展開レベルのナビゲーション ソース。
- filterOption
- FilterClause
この展開のフィルター句 (null を指定できます)
- orderByOption
- OrderByClause
この展開の Orderby 句 (null を指定できます)
- searchOption
- SearchClause
この展開の検索句 (null を指定できます)
例外
入力の pathToNavigationProperty が null の場合にスローします。
適用対象
ExpandedReferenceSelectItem(ODataExpandPath, IEdmNavigationSource, FilterClause, OrderByClause, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, SearchClause, ComputeClause)
navigationProperty、そのエンティティ セット、および展開オプションを使用して、展開項目を作成します。
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)
パラメーター
- pathToNavigationProperty
- ODataExpandPath
すべての型のセグメントを含む、この展開項目のナビゲーション プロパティへのパス。
- navigationSource
- IEdmNavigationSource
この展開レベルのナビゲーション ソース。
- filterOption
- FilterClause
この展開のフィルター句 (null を指定できます)
- orderByOption
- OrderByClause
この展開の Orderby 句 (null を指定できます)
- searchOption
- SearchClause
この展開の検索句 (null を指定できます)
- computeOption
- ComputeClause
この展開のコンピューティング句 (null を指定できます)
例外
入力の pathToNavigationProperty が null の場合にスローします。
適用対象
ExpandedReferenceSelectItem(ODataExpandPath, IEdmNavigationSource, FilterClause, OrderByClause, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, SearchClause, ComputeClause, ApplyClause)
navigationProperty、そのエンティティ セット、および展開オプションを使用して、展開項目を作成します。
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)
パラメーター
- pathToNavigationProperty
- ODataExpandPath
すべての型のセグメントを含む、この展開項目のナビゲーション プロパティへのパス。
- navigationSource
- IEdmNavigationSource
この展開レベルのナビゲーション ソース。
- filterOption
- FilterClause
この展開のフィルター句 (null を指定できます)
- orderByOption
- OrderByClause
この展開の Orderby 句 (null を指定できます)
- searchOption
- SearchClause
この展開の検索句 (null を指定できます)
- computeOption
- ComputeClause
この展開のコンピューティング句 (null を指定できます)
- applyOption
- ApplyClause
この展開の apply 句 (null を指定できます)
例外
入力の pathToNavigationProperty が null の場合にスローします。