LinqDataSource::IDynamicDataSource::ContextType Property

 

For a description of this member, see IDynamicDataSource.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

private:
property Type^ ContextType {
	virtual Type^ get() sealed = IDynamicDataSource::ContextType::get;
	virtual void set(Type^ value) sealed = IDynamicDataSource::ContextType::set;
}

Property Value

Type: System::Type^

The type that is associated with the class.

This member is an explicit interface member implementation. It can be used only when the LinqDataSource instance is cast to an IDynamicDataSource interface.

.NET Framework
Available since 3.5
Return to top
Show: