EntitySetConfiguration.GetUrl Method ()
Gets the entity set URL.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public virtual string GetUrl()
public:
virtual String^ GetUrl()
abstract GetUrl : unit -> string
override GetUrl : unit -> string
Public Overridable Function GetUrl As String
Return Value
Type: System.String
The entity set URL.
See Also
EntitySetConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top