AggregateResult Class |
Namespace: Kettic.AspNet.Data
The AggregateResult type exposes the following members.
Name | Description | |
---|---|---|
![]() | AggregateResult(AggregateFunction) |
Initializes a new instance of the AggregateResult class.
|
![]() | AggregateResult(Object, AggregateFunction) |
Initializes a new instance of the AggregateResult class.
|
![]() | AggregateResult(Object, Int32, AggregateFunction) |
Initializes a new instance of the AggregateResult class.
|
Name | Description | |
---|---|---|
![]() | ToString |
Returns a String that represents the current Object.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() | Caption |
Gets or sets the text which serves as a caption for the result in a user interface..
|
![]() | FormattedValue |
Gets the formatted value of the result.
|
![]() | FunctionName |
Gets the name of the function.
|
![]() | ItemCount |
Gets or sets the number of arguments used for the calulation of the result.
|
![]() | Value |
Gets or sets the value of the result.
|
Name | Description | |
---|---|---|
![]() | PropertyChanged |
Occurs when a property value changes.
|