MetaType::HasAnyLoadMethod Property

 

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

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

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

Property Value

Type: System::Boolean

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

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