DataServiceContext.GetMetadataUri Method

Definition

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

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.

Applies to