TableQuery<TElement> Class

Definition

public class TableQuery<TElement> where TElement : ITableEntity, new()
type TableQuery<'Element (requires 'Element :> ITableEntity and 'Element : (new : unit -> 'Element))> = class
Public Class TableQuery(Of TElement)

Type Parameters

TElement
Inheritance
TableQuery<TElement>

Constructors

TableQuery<TElement>()

Properties

FilterString
SelectColumns
TakeCount

Methods

Copy()
Select(IList<String>)
Take(Nullable<Int32>)
Where(String)

Applies to