Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
結果セットを返す SQL 文を実行します。
Public Shadows Function ExecuteReader() As SADataReader
public new SADataReader ExecuteReader()
SADataReader オブジェクトとして返される結果セット。
この文は、必要に応じて CommandText と Parameters を持つ現在の SACommand オブジェクトです。SADataReader オブジェクトは、読み込み専用、前方専用の結果セットです。修正可能な結果セットの場合、SADataAdapter を使用します。