ValidationRuleSet.GetEnumerator 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 all of the rules in this ruleset.
public System.Collections.Generic.IEnumerator<Microsoft.OData.Edm.Validation.ValidationRule> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.OData.Edm.Validation.ValidationRule>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.OData.Edm.Validation.ValidationRule>
Public Iterator Overridable NotOverridable Function GetEnumerator () As IEnumerator(Of ValidationRule)
Returns
All of the rules in this ruleset.