Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
結果セットを返す SQL 文を実行します。
Public Shadows Function ExecuteReader( ByVal behavior As CommandBehavior ) As SADataReader
public new SADataReader ExecuteReader(CommandBehavior behavior)
behavior CloseConnection、Default、KeyInfo、SchemaOnly、SequentialAccess、SingleResult、SingleRow のいずれか 1 つ。このパラメーターの詳細については、.NET Framework のマニュアルの CommandBehavior 列挙を参照してください。
SADataReader オブジェクトとして返される結果セット。
この文は、必要に応じて CommandText と Parameters を持つ現在の SACommand オブジェクトです。SADataReader オブジェクトは、読み込み専用、前方専用の結果セットです。修正可能な結果セットの場合、SADataAdapter を使用します。