MetaFunction::MappedName Property

 

Gets the name of the database function or procedure.

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

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

Property Value

Type: System::String^

A string representing the name of the database function or procedure.

.NET Framework
Available since 3.5
Return to top
Show: