ODataHelpers
Namespace: LinqToSalesforce.CsharpTests
ExpressionHelpers: https://github.com/OData/WebApi/blob/master/OData/src/System.Web.OData/OData/ExpressionHelpers.cs ExpressionHelperMethods: https://github.com/OData/WebApi/blob/master/OData/src/System.Web.OData/OData/ExpressionHelperMethods.cs LinqParameterContainer: https://github.com/OData/WebApi/blob/master/OData/src/System.Web.Http.OData/OData/Query/Expressions/LinqParameterContainer.cs
Static members
Static member | Description |
Skip(source, count, type, parameterize)
Signature: (source:Expression * count:int * type:Type * parameterize:bool) -> Expression
|
|
Take(...)
Signature: (source:Expression * count:int * elementType:Type * parameterize:bool) -> Expression
|