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