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: