Click or drag to resize
PerformGetDbCountEventArgs Properties

The PerformGetDbCountEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAllowDuplicates
Gets a value indicating whether duplicates should be considered in the DbCount fetch. Only valid if DataContainerType is set to Typedlist
Public propertyContainedCollection
Gets the contained collection 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 GetDbCount action
Public propertyDbCount
Gets or sets the db count retrieved.
Public propertyFields
Gets the fields for TypedList or TypedView fetches.
Public propertyFilter
Gets the filter.
Public propertyGroupBy
Gets the GroupByCollection to use for the DbCount fetch. Only valid if DataContainerType is set to TypedList or TypedView.
Public propertyRelations
Gets the relations.
Top
See Also