![]() |
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. |
![]() | Overloaded. Gets or sets the NpgsqlConnection used by this instance of the NpgsqlCommand. |
![]() | |
![]() | |
![]() | Returns oid of inserted row. This is only updated when using executenonQuery and when command inserts just a single row. If table is created without oids, this will always be 0. |
![]() | Overloaded. Gets the NpgsqlParameterCollection. |
![]() | |
![]() | Overloaded. 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. |
![]() | 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