ConcurrencyPropertiesAnnotation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Annotation to store cache for concurrency properties
public class ConcurrencyPropertiesAnnotation : System.Collections.Concurrent.ConcurrentDictionary<Microsoft.OData.Edm.IEdmNavigationSource,System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.IEdmStructuralProperty>>
type ConcurrencyPropertiesAnnotation = class
inherit ConcurrentDictionary<IEdmNavigationSource, seq<IEdmStructuralProperty>>
Public Class ConcurrencyPropertiesAnnotation
Inherits ConcurrentDictionary(Of IEdmNavigationSource, IEnumerable(Of IEdmStructuralProperty))
- Inheritance
-
ConcurrencyPropertiesAnnotation
Constructors
ConcurrencyPropertiesAnnotation() |