The properties of the NpgsqlCommand class are listed below. For a complete list of NpgsqlCommand class members, see the NpgsqlCommand Members topic.
|  CommandText | Gets or sets the SQL statement or function (stored procedure) to execute at the data source. | 
|  CommandTimeout | Gets or sets the wait time before terminating the attempt to execute a command and generating an error. | 
|  CommandType | Gets or sets a value indicating how the CommandText property is to be interpreted. | 
|  Connection | Gets or sets the NpgsqlConnection used by this instance of the NpgsqlCommand. | 
|  Container (inherited from Component) | Gets the IContainer that contains the Component. | 
|  Parameters | Gets the NpgsqlParameterCollection. | 
|  Site (inherited from Component) | Gets or sets the ISite of the Component. | 
|  Transaction | Gets or sets the NpgsqlTransaction within which the NpgsqlCommand executes. | 
|  UpdatedRowSource | Gets or sets how command results are applied to the DataRow when used by the Update method of the DbDataAdapter. | 
NpgsqlCommand Class | Npgsql Namespace