MetaFunction::ReturnParameter Property

 

Gets the return parameter.

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

public:
property MetaParameter^ ReturnParameter {
	virtual MetaParameter^ get() abstract;
}

Property Value

Type: System.Data.Linq.Mapping::MetaParameter^

The MetaParameter that corresponds to the return parameter.

.NET Framework
Available since 3.5
Return to top
Show: