MetaType::HasAnyValidateMethod Property

 

Gets a value that indicates whether the MetaType or any of its bases types has an OnValidate method.

Namespace:   System.Data.Linq.Mapping
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

public:
property bool HasAnyValidateMethod {
	virtual bool get() abstract;
}

Property Value

Type: System::Boolean

true if the meta-type or any base meta-type has an OnValidate method; otherwise, false.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: