The methods of the NpgsqlCommand class are listed below. For a complete list of NpgsqlCommand class members, see the NpgsqlCommand Members topic.
![]() | Attempts to cancel the execution of a NpgsqlCommand. |
![]() | Create a new command based on this one. |
![]() | |
![]() | Creates a new instance of a NpgsqlParameter 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. |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | Creates a prepared version of the command on a PostgreSQL server. |
![]() |
NpgsqlCommand Class | Npgsql Namespace