EdmValidator.Validate Method

Include Protected Members
Include Inherited Members

Validates the IEdmModel and all of its properties given certain version.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member Validate(IEdmModel, IEnumerable<EdmError>%) Validates the IEdmModel and all of its properties using the current version of the model. If the model has no version, IEdmModel is used.
Public methodStatic member Validate(IEdmModel, ValidationRuleSet, IEnumerable<EdmError>%) Validates the IEdmModel and all of its properties given certain version.
Public methodStatic member Validate(IEdmModel, Version, IEnumerable<EdmError>%) Validates the IEdmModel and all of its properties given certain version.

Top

See Also

Reference

EdmValidator Class

Microsoft.Data.Edm.Validation Namespace