PerformSelectEventArgs Properties |
The PerformSelectEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllowDuplicates |
Gets a value indicating whether duplicates should be considered in the fetch. Only valid if DataContainerType is set to Typedlist
|
![]() | ContainedCollection |
Gets the contained collection in the data source control
|
![]() | ContainedTypedList |
Gets the contained typed list in the data source control
|
![]() | ContainedTypedView |
Gets the contained typed view in the data source control
|
![]() | DataContainerType |
Gets the type of the data container. Use this value to determine which values to retrieve from this event arguments object to perform the select action
|
![]() | Fields |
Gets the fields for TypedList or TypedView fetches.
|
![]() | Filter |
Gets the filter.
|
![]() | GroupBy |
Gets the GroupByCollection to use for the fetch. Only valid if DataContainerType is set to TypedList or TypedView.
|
![]() | MaxNumberOfItemsToReturn |
Gets the max number of items to return.
|
![]() | PageNumber |
Gets the page number for paging.
|
![]() | PageSize |
Gets the page size for paging.
|
![]() | PrefetchPath |
Gets the prefetch path to use for the fetch. Only valid if DataContainerType is set to EntityCollection.
|
![]() | Relations |
Gets the relations.
|
![]() | Sorter |
Gets the sortexpression.
|