Npgsql Api Docs

NpgsqlCommandBuilder Class

This class is responsible to create database commands for automatic insert, update and delete operations.

For a list of all members of this type, see NpgsqlCommandBuilder Members.

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Data.Common.DbCommandBuilder
            Npgsql.NpgsqlCommandBuilder

[Visual Basic]
NotInheritable Public Class NpgsqlCommandBuilder
    Inherits DbCommandBuilder
[C#]
public sealed class NpgsqlCommandBuilder : DbCommandBuilder

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Npgsql

Assembly: Npgsql (in )

See Also

NpgsqlCommandBuilder Members | Npgsql Namespace