Skip to main content

Definition

Assembly: Microsoft.Restier.Core.dll Namespace: Microsoft.Restier.Core Inheritance: System.Object

Syntax

Summary

Represents method stubs that identify API data source.

Remarks

The methods in this class are stubs that identify API data source inside a query expression. This is a generic way to reference a data source in API. Later in the query pipeline the sourcer from the data provider will replace the stub with the actual data source.

Methods

GetPropertyValue

Identifies the value of an extended property of an object.

Syntax

Parameters

Returns

Type: TResult A representation of the value of the extended property of the object.

Type Parameters

  • TResult - The type of the result.

GetQueryableSource

Identifies an entity set, singleton or queryable data resulting from a call to a composable function import.

Syntax

Parameters

Returns

Type: System.Linq.IQueryable<TElement> A representation of the entity set, singleton or queryable data resulting from a call to the composable function import.

Type Parameters

  • TElement - The type of the elements in the queryable data.

GetQueryableSource

Identifies queryable data resulting from a call to a composable function.

Syntax

Parameters

Returns

Type: System.Linq.IQueryable<TElement> A representation of the queryable data resulting from a call to the composable function.

Type Parameters

  • TElement - The type of the elements in the queryable data.