Click or drag to resize
PerformSelectEventArgs Properties

The PerformSelectEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAllowDuplicates
Gets a value indicating whether duplicates should be considered in the fetch. Only valid if DataContainerType is set to Typedlist
Public propertyContainedCollection
Gets the contained collection in the data source control
Public propertyContainedTypedList
Gets the contained typed list in the data source control
Public propertyContainedTypedView
Gets the contained typed view in the data source control
Public propertyDataContainerType
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
Public propertyFields
Gets the fields for TypedList or TypedView fetches.
Public propertyFilter
Gets the filter.
Public propertyGroupBy
Gets the GroupByCollection to use for the fetch. Only valid if DataContainerType is set to TypedList or TypedView.
Public propertyMaxNumberOfItemsToReturn
Gets the max number of items to return.
Public propertyPageNumber
Gets the page number for paging.
Public propertyPageSize
Gets the page size for paging.
Public propertyPrefetchPath
Gets the prefetch path to use for the fetch. Only valid if DataContainerType is set to EntityCollection.
Public propertyRelations
Gets the relations.
Public propertySorter
Gets the sortexpression.
Top
See Also