Click or drag to resize

TableQueryT Methods

The TableQueryT generic type exposes the following members.

Methods
  NameDescription
Public methodCloneU
Public methodCount
Public methodCount(ExpressionFuncT, Boolean)
Public methodDeferred
Public methodElementAt
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFirst
Public methodFirstOrDefault
Public methodGetEnumerator
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodJoinTInner, TKey, TResult
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOrderByU
Public methodOrderByDescendingU
Public methodSelectTResult
Public methodSkip
Public methodTake
Public methodThenByU
Public methodThenByDescendingU
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWhere
Top
Extension Methods
  NameDescription
Public Extension MethodForEachT (Defined by Extensions.)
Public Extension MethodMinByOrDefaultT, TKey
Finds the minimum TSource in source based on a key.
(Defined by MoveResultExtensions.)
Public Extension MethodToAdjacencyGraphT, TEdge(FuncT, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToAdjacencyGraphT, TEdge(FuncT, IEnumerableTEdge, Boolean)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToBidirectionalGraphT, TEdge(FuncT, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToBidirectionalGraphT, TEdge(FuncT, IEnumerableTEdge, Boolean)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToDelegateUndirectedGraphT, TEdge(FuncT, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToDelegateUndirectedGraphT, TEdge(TryFuncT, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToDelegateVertexAndEdgeListGraphT, TEdge(FuncT, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToDelegateVertexAndEdgeListGraphT, TEdge(TryFuncT, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Top
See Also