DataAccessAdapterBaseGetScalar Method |
Name | Description | |
---|---|---|
GetScalar(IEntityField2, AggregateFunction) | Gets a scalar value, calculated with the aggregate and expression specified. the field specified is the field the expression and aggregate are applied on. (Inherited from DataAccessAdapterCore.) | |
GetScalar(IEntityField2, IExpression, AggregateFunction) | Gets a scalar value, calculated with the aggregate and expression specified. the field specified is the field the expression and aggregate are applied on. (Inherited from DataAccessAdapterCore.) | |
GetScalar(IEntityFields2, IPredicate, IGroupByCollection) | Executes the expression defined with the field in the fields collection specified, using the various elements defined. The expression is executed as a
scalar query and a single value is returned. (Inherited from DataAccessAdapterCore.) | |
GetScalar(IEntityField2, IExpression, AggregateFunction, IPredicate) | Gets a scalar value, calculated with the aggregate and expression specified. the field specified is the field the expression and aggregate are applied on. (Inherited from DataAccessAdapterCore.) | |
GetScalar(IEntityFields2, IPredicate, IGroupByCollection, IRelationCollection) |
Executes the expression defined with the field in the fields collection specified, using the various elements defined. The expression is executed as a
scalar query and a single value is returned.
(Overrides DataAccessAdapterCoreGetScalar(IEntityFields2, IPredicate, IGroupByCollection, IRelationCollection).) | |
GetScalar(IEntityField2, IExpression, AggregateFunction, IPredicate, IGroupByCollection) | Gets a scalar value, calculated with the aggregate and expression specified. the field specified is the field the expression and aggregate are applied on. (Inherited from DataAccessAdapterCore.) | |
GetScalar(IEntityField2, IExpression, AggregateFunction, IPredicate, IGroupByCollection, IRelationCollection) | Gets a scalar value, calculated with the aggregate and expression specified. the field specified is the field the expression and aggregate are applied on. (Inherited from DataAccessAdapterCore.) |