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 | |
---|---|---|
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
Return to top