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 virtual Uri GetMetadataUri ();
abstract member GetMetadataUri : unit -> Uri
override this.GetMetadataUri : unit -> Uri
Public Overridable 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.