ValidationRuleSet.GetEdmModelRuleSet(Version) 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.
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.