MetaType::OnLoadedMethod Property

 

Gets information about the OnLoaded method contained by this meta-type.

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

public:
property MethodInfo^ OnLoadedMethod {
	virtual MethodInfo^ get() abstract;
}

Property Value

Type: System.Reflection::MethodInfo^

A description of the OnLoaded method for this meta-type.

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