IBatchSource 接口

定义

定义了将数据导入解析器的方法。

public interface class IBatchSource
public interface IBatchSource
type IBatchSource = interface
Public Interface IBatchSource

方法

名称 说明
GetMoreData(String)

当需要新数据时,解析器调用的方法。

适用于