Class DataTableCollection

Hierarchy

Implements

Index

Constructors

constructor

Properties

dataSet

dataSet: DataSet

list

list: DataTable[] = []

Accessors

count

  • get count(): number
  • Gets the number of elements contained in the CollectionBase instance.

    Returns number

length

  • get length(): number

Methods

add

addRange

clear

  • clear(): void

contains

getByIndex

getByName

indexOf

insert

  • insert(index: number, value: DataTable): void

remove

removeAt

  • removeAt(index: number): void

setByIndex

  • setByIndex(index: number, value: DataTable): void

toCast

  • toCast<C>(): C[]

toList

Generated using TypeDoc