FunctionConfiguration.HasFeedFunctionLink Method
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.
Register a factory that creates feed functions links.
public Microsoft.AspNet.OData.Builder.FunctionConfiguration HasFeedFunctionLink (Func<Microsoft.AspNet.OData.ResourceSetContext,Uri> functionLinkFactory, bool followsConventions);
member this.HasFeedFunctionLink : Func<Microsoft.AspNet.OData.ResourceSetContext, Uri> * bool -> Microsoft.AspNet.OData.Builder.FunctionConfiguration
Public Function HasFeedFunctionLink (functionLinkFactory As Func(Of ResourceSetContext, Uri), followsConventions As Boolean) As FunctionConfiguration
Parameters
- functionLinkFactory
- Func<ResourceSetContext,Uri>
- followsConventions
- Boolean