EdmTypeExtensions Class

 

Extension methods for the IEdmType interface.

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

Inheritance Hierarchy

System.Object
  System.Web.OData.EdmTypeExtensions

Syntax

public static class EdmTypeExtensions
[ExtensionAttribute]
public ref class EdmTypeExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type EdmTypeExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class EdmTypeExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static IsDeltaFeed(IEdmType)

Method to determine whether the current type is containing a Delta Feed

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

System.Web.OData Namespace

Return to top