SqlServerDriver.OpenDataset

SqlServerDriver.OpenDataset method

打开数据集。

public override Dataset OpenDataset(IDbConnection connection)
参数类型描述
连接IDbConnection已打开到数据库的连接。

返回值

一个 Dataset 的实例。

异常

异常条件
ArgumentNullException连接为 null
GisException读取数据集时出错。
IOException发生 I/O 错误。

另见