MetaType::CanInstantiate Property

 

Gets whether the underlying type can be instantiated as the result of a query.

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

public:
property bool CanInstantiate {
	virtual bool get() abstract;
}

Property Value

Type: System::Boolean

true if the underlying type can be instantiated as the result of a query; otherwise, false.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: