Click or drag to resize
IDaoGetScalar Method
Overload List
  NameDescription
Public methodGetScalar(IEntityFields, ITransaction, IPredicate, IRelationCollection, 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.
Public methodGetScalar(IEntityFields, ITransaction, IPredicate, IRelationCollection, IGroupByCollection, Boolean)
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.
Top
See Also