EntityDataSourceSelectedEventArgs::Results Property

 

Gets the objects returned by the query.

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

public:
property IEnumerable^ Results {
	IEnumerable^ get();
}

Property Value

Type: System.Collections::IEnumerable^

The objects returned by the query.

.NET Framework
Available since 3.5
Return to top
Show: