FetchObjectsEventArgs Properties
Provides data for the FetchObjects event.Name | Description |
---|---|
Criteria | Specifies criteria used to filter objects in the Objects collection. |
InTransaction | Specifies if the specified Criteria and Sorting parameters are applied to all objects (in the database and retrieved). |
Objects | Objects that is the DynamicCollection contents. You can shape (filter, sort, or trim) this collection yourself or set the ShapeData parameter to true to make the DynamicCollection do this. |
ObjectType | Returns the type of objects that can be contained by the Objects collection. |
ShapeData | Specifies whether the DynamicCollection should shape (filter, sort) the Objects collection. |
Sorting | Specifies the list of SortProperty objects that specify the sort order for the Objects collection. |
TopReturnedObjects | Specifies the maximum number of objects DynamicCollection gets from the Objects collection. |
See Also