ContextDataSourceView::EntitySet Property

.NET Framework (current version)
 

Gets or sets the object that contains the value of the data to retrieve.

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

protected:
property Object^ EntitySet {
	Object^ get();
	private: void set(Object^ value);
}

Property Value

Type: System::Object^

The object that contains the value of the data to retrieve.

.NET Framework
Available since 4.0
Return to top
Show: