Npgsql Api Docs

NpgsqlCommandBuilder Methods

The methods of the NpgsqlCommandBuilder class are listed below. For a complete list of NpgsqlCommandBuilder class members, see the NpgsqlCommandBuilder Members topic.

Public Static (Shared) Methods

DeriveParameters This method is reponsible to derive the command parameter list with values obtained from function definition. It clears the Parameters collection of command. Also, if there is any parameter type which is not supported by Npgsql, an InvalidOperationException will be thrown. Parameters name will be parameter1, parameter2, ... For while, only parameter name and NpgsqlDbType are obtained.

Public Instance Methods

CreateObjRef (inherited from MarshalByRefObject) 
Dispose (inherited from Component) 
Equals (inherited from Object) 
GetDeleteCommandOverloaded.  
GetDeleteCommand (inherited from DbCommandBuilder)Overloaded.  
GetHashCode (inherited from Object) 
GetInsertCommandOverloaded.  
GetInsertCommand (inherited from DbCommandBuilder)Overloaded.  
GetLifetimeService (inherited from MarshalByRefObject) 
GetType (inherited from Object) 
GetUpdateCommandOverloaded.  
GetUpdateCommand (inherited from DbCommandBuilder)Overloaded.  
InitializeLifetimeService (inherited from MarshalByRefObject) 
QuoteIdentifier (inherited from DbCommandBuilder) 
RefreshSchema 
ToString (inherited from Component) 
UnquoteIdentifier (inherited from DbCommandBuilder) 

See Also

NpgsqlCommandBuilder Class | Npgsql Namespace