EntityDataSourceSelectedEventArgs Properties

 

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

NameDescription
System_CAPS_pubpropertyContext

Gets the ObjectContext used by the data source.

System_CAPS_pubpropertyException

Gets the exception that was thrown during the query.

System_CAPS_pubpropertyExceptionHandled

Gets or sets a value that indicates whether the exception was handled and that it should not be thrown again.

System_CAPS_pubpropertyResults

Gets the objects returned by the query.

System_CAPS_pubpropertySelectArguments

Gets values that determine how the data is returned.

System_CAPS_pubpropertyTotalRowCount

Gets the total number of objects returned by the query.

Return to top
Show: