PerformGetDbCountEventArgs2 Properties |
The PerformGetDbCountEventArgs2 type exposes the following members.
Name | Description | |
---|---|---|
AllowDuplicates |
Gets a value indicating whether duplicates should be considered in the DbCount fetch. Only valid if DataContainerType is set to Typedlist
| |
ContainedCollection |
Gets the contained collection 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 GetDbCount action
| |
DbCount |
Gets or sets the db count retrieved.
| |
Fields |
Gets the fields for TypedList or TypedView fetches.
| |
Filter |
Gets the filter.
| |
GroupBy |
Gets the GroupByCollection to use for the DbCount fetch. Only valid if DataContainerType is set to TypedList or TypedView.
|