IEdmObject Interface

 

Represents an instance of an IEdmType.

Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public interface IEdmObject
public interface class IEdmObject
type IEdmObject = interface end
Public Interface IEdmObject

Methods

Name Description
System_CAPS_pubmethod GetEdmType()

Gets the IEdmTypeReference of this instance.

See Also

System.Web.OData Namespace

Return to top