Click or drag to resize

DataBufferTables Property

Gets the tables in the buffer.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public abstract IEnumerable<IBufferTable> Tables { get; }

Property Value

Type: IEnumerableIBufferTable
The tables.

Implements

IBufferTables
See Also