![]() |
Overloaded. Initializes a new instance of the NpgsqlCommand class. |
![]() | Gets or sets the SQL statement or function (stored procedure) to execute at the data source. |
![]() | Gets or sets the wait time before terminating the attempt to execute a command and generating an error. |
![]() | Gets or sets a value indicating how the CommandText property is to be interpreted. |
![]() | Gets or sets the NpgsqlConnection used by this instance of the NpgsqlCommand. |
![]() | Gets the IContainer that contains the Component. |
![]() | Gets the NpgsqlParameterCollection. |
![]() | Gets or sets the ISite of the Component. |
![]() | Gets or sets the NpgsqlTransaction within which the NpgsqlCommand executes. |
![]() | Gets or sets how command results are applied to the DataRow when used by the Update method of the DbDataAdapter. |
![]() | Attempts to cancel the execution of a NpgsqlCommand. |
![]() | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
![]() | Creates a new instance of a NpgsqlParameter object. |
![]() | Releases all resources used by the Component. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Executes a SQL statement against the connection and returns the number of rows affected. |
![]() | Overloaded. Sends the CommandText to the Connection and builds a NpgsqlDataReader. |
![]() | Executes the query, and returns the first column of the first row in the result set returned by the query. Extra columns or rows are ignored. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
![]() | Gets the Type of the current instance. |
![]() | Obtains a lifetime service object to control the lifetime policy for this instance. |
![]() | Creates a prepared version of the command on a PostgreSQL server. |
![]() |
![]() | Adds an event handler to listen to the Disposed event on the component. |
NpgsqlCommand Class | Npgsql Namespace