IEdmObject Interface
Represents an EDM instance.
Namespace: System.Web.Http.OData
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
'Declaration
Public Interface IEdmObject
'Usage
Dim instance As IEdmObject
public interface IEdmObject
public interface class IEdmObject
type IEdmObject = interface end
public interface IEdmObject
The IEdmObject type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetEdmType | Returns the EDM type of the current instance. |
Top