ExtensionMethods.SetOptimisticConcurrencyAnnotation Method
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.
Set annotation Org.OData.Core.V1.OptimisticConcurrency to EntitySet
public static void SetOptimisticConcurrencyAnnotation (this Microsoft.OData.Edm.EdmModel model, Microsoft.OData.Edm.IEdmEntitySet target, System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.IEdmStructuralProperty> properties);
static member SetOptimisticConcurrencyAnnotation : Microsoft.OData.Edm.EdmModel * Microsoft.OData.Edm.IEdmEntitySet * seq<Microsoft.OData.Edm.IEdmStructuralProperty> -> unit
<Extension()>
Public Sub SetOptimisticConcurrencyAnnotation (model As EdmModel, target As IEdmEntitySet, properties As IEnumerable(Of IEdmStructuralProperty))
Parameters
- model
- EdmModel
The model to add annotation
- target
- IEdmEntitySet
The target entitySet to set the inline annotation
- properties
- IEnumerable<IEdmStructuralProperty>
The PropertyPath for annotation