PerformSelectEventArgs Class |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The PerformSelectEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | PerformSelectEventArgs(IPredicateExpression, IRelationCollection, Int32, Int32, Int32, ISortExpression, IEntityCollection, IPrefetchPath) |
Initializes a new instance of the PerformSelectEventArgs2 class.
|
![]() | PerformSelectEventArgs(IPredicateExpression, IRelationCollection, Int32, Int32, Int32, ISortExpression, ITypedView, IEntityFields, IGroupByCollection) |
Initializes a new instance of the PerformSelectEventArgs2 class.
|
![]() | PerformSelectEventArgs(IPredicateExpression, IRelationCollection, Int32, Int32, Int32, ISortExpression, ITypedListLgp, IEntityFields, Boolean, IGroupByCollection) |
Initializes a new instance of the PerformSelectEventArgs2 class.
|
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.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |