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