Jaa


ValidationRuleSet.GetEdmModelRuleSet(Version) Method

Definition

Gets the default validation ruleset for the given version.

public static Microsoft.OData.Edm.Validation.ValidationRuleSet GetEdmModelRuleSet (Version version);
static member GetEdmModelRuleSet : Version -> Microsoft.OData.Edm.Validation.ValidationRuleSet
Public Shared Function GetEdmModelRuleSet (version As Version) As ValidationRuleSet

Parameters

version
Version

The EDM version being validated.

Returns

The set of rules to validate that the model conforms to the given version.

Applies to