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
SyntaxIDataSource DataSource { get; }
ReadOnly Property DataSource As IDataSource
Get
property IDataSource^ DataSource {
IDataSource^ get ();
}
abstract DataSource : IDataSource with get
Property Value
Type:
IDataSource
The data source.
See Also