MetaFunction::Method Property

 

Gets the underlying context method.

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

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

Property Value

Type: System.Reflection::MethodInfo^

A MethodInfo object that corresponds with the underlying context method.

.NET Framework
Available since 3.5
Return to top
Show: