ExecuteReader
Previous Top Next

Executes the command and returns a DataReader which you can use to read the results.
Syntax: ExecuteReader

Example:
Cmd.CommandText = "SELECT * FROM products"
Reader.Value = Cmd.ExecuteReader