This documentation is archived and is not being maintained.

EntityDataSourceSelectedEventArgs Properties

The EntityDataSourceSelectedEventArgs type exposes the following members.

  NameDescription
Public property Context Gets the ObjectContext used by the data source.
Public property Exception Gets the exception that was thrown during the query.
Public property ExceptionHandled Gets or sets a value that indicates whether the exception was handled and that it should not be thrown again.
Public property Results Gets the objects returned by the query.
Public property SelectArguments Gets values that determine how the data is returned.
Public property TotalRowCount Gets the total number of objects returned by the query.
Top
Show: