DataServiceContext.ResolveEntitySet Property
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.
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.