Click or drag to resize

TableQueryT Class

Inheritance Hierarchy
SystemObject
  Unvired.Kernel.SQLiteBaseTableQuery
    Unvired.Kernel.SQLiteTableQueryT

Namespace:  Unvired.Kernel.SQLite
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class TableQuery<T> : BaseTableQuery, 
	IEnumerable<T>, IEnumerable

Type Parameters

T

The TableQueryT type exposes the following members.

Constructors
  NameDescription
Public methodTableQueryT
Initializes a new instance of the TableQueryT class
Top
Properties
  NameDescription
Public propertyConnection
Public propertyTable
Top
Methods
  NameDescription
Public methodCloneU
Public methodCount
Public methodCount(ExpressionFuncT, Boolean)
Public methodDeferred
Public methodElementAt
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFirst
Public methodFirstOrDefault
Public methodGetEnumerator
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodJoinTInner, TKey, TResult
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOrderByU
Public methodOrderByDescendingU
Public methodSelectTResult
Public methodSkip
Public methodTake
Public methodToString (Inherited from Object.)
Public methodWhere
Top
See Also