![]() |
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 NpgsqlParameterCollection. |
![]() |
|
![]() |
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 connection 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. |
![]() |
![]() |
Missing <summary> documentation for E:System.ComponentModel.Component.Disposed |
![]() |
|
![]() |