Ant Organisation Ltd documentation

AntCommand Members

AntCommand overview

Public Instance Properties

CommandText Gets and sets the command text of the command
CommandType Gets and sets the command type of this command
Parameters Gets the parameters being used in this command
Transaction Gets and sets the connection on which this command is operating

Public Instance Methods

ExecuteNonQuery Executes the command and returns the number of rows altered
ExecuteReader Executes the command and gets the associated DataReader
ExecuteScalar Executes the query and returns the value from the first row and column

See Also

AntCommand Interface | Ant.Database Namespace