Share via


DataServiceContext.ResolveEntitySet Property

Definition

Gets or sets the delegate method that is used to resolve the entity set URI when the value cannot be determined from an edit-link or self-link URI.

public virtual Func<string,Uri> ResolveEntitySet { get; set; }
member this.ResolveEntitySet : Func<string, Uri> with get, set
Public Overridable Property ResolveEntitySet As Func(Of String, Uri)

Property Value

A delegate that takes a String and returns a Uri value.

Applies to