ConcurrencyRedefinedOnSubtypeOfEntitySetType Field

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.Data.Edm.Validation
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Shared ReadOnly ConcurrencyRedefinedOnSubtypeOfEntitySetType As ValidationRule(Of IEdmModel)
'Usage
Dim value As ValidationRule(Of IEdmModel)

value = ValidationRules.ConcurrencyRedefinedOnSubtypeOfEntitySetType
public static readonly ValidationRule<IEdmModel> ConcurrencyRedefinedOnSubtypeOfEntitySetType
public:
static initonly ValidationRule<IEdmModel^>^ ConcurrencyRedefinedOnSubtypeOfEntitySetType
static val ConcurrencyRedefinedOnSubtypeOfEntitySetType: ValidationRule<IEdmModel>
public static final var ConcurrencyRedefinedOnSubtypeOfEntitySetType : ValidationRule<IEdmModel>

See Also

Reference

ValidationRules Class

Microsoft.Data.Edm.Validation Namespace