MemoryBufferTableDataSource 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
Syntaxpublic IDataSource DataSource { get; }
Public ReadOnly Property DataSource As IDataSource
Get
public:
virtual property IDataSource^ DataSource {
IDataSource^ get () sealed;
}
abstract DataSource : IDataSource with get
override DataSource : IDataSource with get
Property Value
Type:
IDataSource
The data source.
Implements
IBufferTableDataSource
See Also