DataServiceContext.GetMetadataUri Method
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 a URI of the location of .edmx metadata.
public:
Uri ^ GetMetadataUri();
public Uri GetMetadataUri ();
member this.GetMetadataUri : unit -> Uri
Public Function GetMetadataUri () As Uri
Returns
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.
Remarks
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.