Angara.Table


Table<'r>

Namespace: Angara.Data

A table that stores rows as a collection of typed objects.

Instance members

Instance memberDescription
AddRow(arg1)
Signature: 'r -> Table<'r>
AddRows(arg1)
Signature: seq<'r> -> Table<'r>
Rows
Signature: ImmutableArray<'r>

CompiledName: get_Rows

Fork me on GitHub