Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ResultTypeAttribute Constructor (Type^)

 

Initializes a new instance of the ResultTypeAttribute class.

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

public:
ResultTypeAttribute(
	Type^ type
)

Parameters

type
Type: System::Type^

The type of the result returned by a function having various result types.

.NET Framework
Available since 3.5
Return to top
Show:
© 2017 Microsoft