Table<'r>
Namespace: Angara.Data
A table that stores rows as a collection of typed objects.
Instance members
Instance member | Description |
AddRow(arg1)
Signature: 'r -> Table<'r>
|
|
AddRows(arg1)
Signature: seq<'r> -> Table<'r>
|
|
Rows
Signature: ImmutableArray<'r>
|
CompiledName: |