DevForce Help Reference
IEntityScalarQuery Interface Members
Properties  Methods 

The following tables list the members exposed by IEntityScalarQuery.

Public Properties
 NameDescription
 PropertyCommandTimeout Gets or sets the wait time in seconds before terminating the attempt to execute a command and generating an error. (Inherited from IdeaBlade.EntityModel.IEntityQuery)
 PropertyElementType The type returned by the query. (Inherited from IdeaBlade.EntityModel.IEntityQuery)
 PropertyEntityManager (Inherited from IdeaBlade.EntityModel.IEntityQuery)
 PropertyQueryableType The type that was originally queried. (Inherited from IdeaBlade.EntityModel.IEntityQuery)
 PropertyQueryStrategy Determines whether this query will operate against the data source, the in-memory cache, or a combination of the two. (Inherited from IdeaBlade.EntityModel.IEntityQuery)
 PropertyReturnNullEntity Whether a null entity can be returned.  
 PropertyTag Gets or sets user-defined information regarding this query. (Inherited from IdeaBlade.EntityModel.IEntityQuery)
Top
Public Methods
 NameDescription
 MethodClone (Inherited from System.ICloneable)
 MethodCreateFinder Internal use only. (Inherited from IdeaBlade.EntityModel.IEntityQuery)
Top
Extension Methods
 NameDescription
Public Extension MethodAllOverloaded.  Determines whether all the elements of a sequence satisfy a condition.
Public Extension MethodAllOverloaded.  Determines whether all the elements of a sequence satisfy a condition.
Public Extension MethodAnyOverloaded.  Determines whether a sequence contains any elements.
Public Extension MethodAnyOverloaded.  Determines whether a sequence contains any elements.
Public Extension MethodAverageOverloaded.  Computes the average of a sequence of numeric values.
Public Extension MethodAverageOverloaded.  Computes the average of a sequence of numeric values.
Public Extension MethodContainsOverloaded.  Determines whether a sequence contains any elements that match the specified element.
Public Extension MethodContainsOverloaded.  Determines whether a sequence contains any elements that match the specified element.
Public Extension MethodCountOverloaded.  Returns the number of elements in a sequence.
Public Extension MethodCountOverloaded.  Returns the number of elements in a sequence.
Public Extension MethodExecuteOverloaded.  Execute the query and return untyped results.
Public Extension MethodExecuteAsyncOverloaded.  Execute the query asynchronously.
Public Extension MethodExecuteAsyncOverloaded.  Execute the query asynchronously.
Public Extension MethodFirstOverloaded.  Returns the first element in the sequence.
Public Extension MethodFirstOverloaded.  Returns the first element in the sequence.
Public Extension MethodFirstOrDefaultOverloaded.  Returns the first element in the sequence or a default value if the sequence contains no elements.
Public Extension MethodFirstOrDefaultOverloaded.  Returns the first element in the sequence or a default value if the sequence contains no elements.
Public Extension MethodFirstOrNullEntityOverloaded.  Executes the query and returns the first element of the sequence, or the appropriate NullEntity if no element is found.
Public Extension MethodFirstOrNullEntityOverloaded.  Returns the first element in the sequence, or the appropriate NullEntity if the sequence contains no elements.
Public Extension MethodFirstOrNullEntityOverloaded.  Returns the first element in the sequence, or the appropriate NullEntity if the sequence contains no elements.
Public Extension MethodGetReferencedEntityTypes Returns a list of all entity types referenced by the query.
Public Extension MethodMaxOverloaded.  Returns the maximum value of items in the sequence.
Public Extension MethodMaxOverloaded.  Returns the maximum value of items in the sequence.
Public Extension MethodMinOverloaded.  Invokes a projection function on each element of the sequence and returns the minimum resulting value.
Public Extension MethodMinOverloaded.  Returns the minimum value of items in the sequence.
Public Extension MethodSingleOverloaded.  Returns the only element of a sequence, and throws an exception if there is not exactly one element in the sequence.
Public Extension MethodSingleOverloaded.  Returns the only element of a sequence, and throws an exception if there is not exactly one element in the sequence.
Public Extension MethodSingleOrDefaultOverloaded.  Returns the only element of a sequence, or a default value if the sequence is empty; this method throws an exception if there is more than one element in the sequence.
Public Extension MethodSingleOrDefaultOverloaded.  Returns the only element of a sequence, or a default value if the sequence is empty; this method throws an exception if there is more than one element in the sequence.
Public Extension MethodSumOverloaded.  Computes the sum of a sequence of numeric values.
Public Extension MethodSumOverloaded.  Computes the sum of a sequence of numeric values.
Top
See Also

Reference

IEntityScalarQuery Interface
IdeaBlade.EntityModel Namespace

Send Feedback