Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
关闭 SADataReader。
Public Overrides Sub Close()
public override void Close()
使用完 SADataReader 之后,必须显式地调用 Close 方法。
当在自动提交模式下运行时,会发出作为关闭 SADataReader 的副作用的 COMMIT。