1 write to hasAnyValidateMethod
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
589this.hasAnyValidateMethod = (this.onValidateMethod != null) || (this.InheritanceBase != null && this.InheritanceBase.HasAnyValidateMethod);
1 reference to hasAnyValidateMethod
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
842return this.hasAnyValidateMethod;