Click or drag to resize

TableQueryT Class

Inheritance Hierarchy
SystemObject
  SQLiteBaseTableQuery
    SQLiteTableQueryT

Namespace:  SQLite
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public class TableQuery<T> : BaseTableQuery, 
	IEnumerable, IEnumerable<T>

Type Parameters

T

The TableQueryT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyConnection
Public propertyTable
Top
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