MetaFunction::Parameters Property

 

Gets an enumeration of the function parameters.

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

public:
property ReadOnlyCollection<MetaParameter^>^ Parameters {
	virtual ReadOnlyCollection<MetaParameter^>^ get() abstract;
}

Property Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<MetaParameter^>^

A collection of the parameters.

.NET Framework
Available since 3.5
Return to top
Show: