Click or drag to resize

IBufferDataSource Property

Gets the data source, which is used to load missing rows.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
IDataSource DataSource { get; }

Property Value

Type: IDataSource
The data source.
See Also