MetaFunction::Name Property

 

Gets the name of the method.

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

public:
property String^ Name {
	virtual String^ get() abstract;
}

Property Value

Type: System::String^

A string that represents the name of the method.

This is the same name as the MethodInfo name.

.NET Framework
Available since 3.5
Return to top
Show: