PerformGetDbCountEventArgs2 Class |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The PerformGetDbCountEventArgs2 type exposes the following members.
Name | Description | |
---|---|---|
PerformGetDbCountEventArgs2(IRelationPredicateBucket, IEntityCollection2) |
Initializes a new instance of the PerformGetDbCountEventArgs2 class.
| |
PerformGetDbCountEventArgs2(IRelationPredicateBucket, IEntityFields2, IGroupByCollection) |
Initializes a new instance of the PerformGetDbCountEventArgs2 class.
| |
PerformGetDbCountEventArgs2(IRelationPredicateBucket, IEntityFields2, Boolean, IGroupByCollection) |
Initializes a new instance of the PerformGetDbCountEventArgs2 class.
|
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.
|
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.) |