Interface IDataSource

IDataSource interface

General data source interface that defines common members that concrete data sources should implement.

public interface IDataSource

Properties

NameDescription
DataType { get; }Type of data source (file or stream).

See Also