DevForce Help Reference
EntityScalarQueryAsyncExtensions Class Methods


For a list of all members of this type, see EntityScalarQueryAsyncExtensions members.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)AllOverloaded.  Determines whether all the elements of a sequence satisfy a condition.  
Public Methodstatic (Shared in Visual Basic)AnyOverloaded.  Determines whether a sequence contains any elements.  
Public Methodstatic (Shared in Visual Basic)AverageOverloaded.  Computes the average of a sequence of numeric values.  
Public Methodstatic (Shared in Visual Basic)ContainsOverloaded.  Determines whether a sequence contains any elements that match the specified element.  
Public Methodstatic (Shared in Visual Basic)CountOverloaded.  Returns the number of elements in a sequence.  
Public MethodEquals (Inherited from object)
Public Methodstatic (Shared in Visual Basic)FirstOverloaded.  Returns the first element in the sequence.  
Public Methodstatic (Shared in Visual Basic)FirstOrDefaultOverloaded.  Returns the first element in the sequence or a default value if the sequence contains no elements.  
Public Methodstatic (Shared in Visual Basic)FirstOrNullEntityOverloaded.  Returns the first element in the sequence, or the appropriate NullEntity if the sequence contains no elements.  
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public Methodstatic (Shared in Visual Basic)LongCountOverloaded.  Returns an Int64 that represents the total number of elements in a sequence.  
Public Methodstatic (Shared in Visual Basic)MaxOverloaded.  Returns the maximum value of items in the sequence.  
Public Methodstatic (Shared in Visual Basic)MinOverloaded.  Returns the minimum value of items in the sequence.  
Public Methodstatic (Shared in Visual Basic)SingleOverloaded.  Returns the only element of a sequence, and throws an exception if there is not exactly one element in the sequence.  
Public Methodstatic (Shared in Visual Basic)SingleOrDefaultOverloaded.  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 Methodstatic (Shared in Visual Basic)SingleOrNullEntityOverloaded.  Returns the only element of a sequence, or the appropriate NullEntity if the sequence is empty; this method throws an exception if there is more than one element in the sequence.  
Public Methodstatic (Shared in Visual Basic)SumOverloaded.  Computes the sum of a sequence of numeric values.  
Public MethodToString (Inherited from object)
Top
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top
See Also

Reference

EntityScalarQueryAsyncExtensions Class
IdeaBlade.EntityModel.Compat Namespace
System.Linq
IEntityScalarQuery<T> Interface

Send Feedback