MetaFunction::ResultRowTypes Property

 

Gets the enumeration of possible result row types.

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

public:
property ReadOnlyCollection<MetaType^>^ ResultRowTypes {
	virtual ReadOnlyCollection<MetaType^>^ get() abstract;
}

Property Value

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

A collection of possible types.

.NET Framework
Available since 3.5
Return to top
Show: