DataServiceContext.GetMetadataUri Method
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 a URI of the location of .edmx metadata.
public:
Uri ^ GetMetadataUri();
public Uri GetMetadataUri();
member this.GetMetadataUri : unit -> Uri
Public Function GetMetadataUri () As Uri
A URI that identifies the location of the metadata description, in .edmx format, for the data service identified by the base URI that is passed to the constructor.
Returns the URI passed to the constructor with a single path segment (/$metadata
) appended. Calling this method may generate a network operation to dynamically discover the metadata URI.
Product | Versions |
---|---|
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: