Interface IDataSource

IDataSource 接口

定义具体数据源应实现的公共成员的通用数据源接口。

public interface IDataSource

属性

名称描述
DataType { get; }数据源的类型(文件或流)。

另请参阅