Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the builder used to generate read links for entries from this entity set.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public virtual SelfLinkBuilder<Uri> GetReadLink()
public:
virtual SelfLinkBuilder<Uri^>^ GetReadLink()
abstract GetReadLink : unit -> SelfLinkBuilder<Uri>
override GetReadLink : unit -> SelfLinkBuilder<Uri>
Public Overridable Function GetReadLink As SelfLinkBuilder(Of Uri)
Return Value
Type: System.Web.Http.OData.Builder.SelfLinkBuilder<Uri>
The link builder.
See Also
EntitySetConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top