Npgsql Api Docs

NpgsqlDataAdapter Class

This class represents an adapter from many commands: select, update, insert and delete to fill Datasets.

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

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Data.Common.DataAdapter
            System.Data.Common.DbDataAdapter
               Npgsql.NpgsqlDataAdapter

[Visual Basic]
NotInheritable Public Class NpgsqlDataAdapter
    Inherits DbDataAdapter
[C#]
public sealed class NpgsqlDataAdapter : DbDataAdapter

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

NpgsqlDataAdapter Members | Npgsql Namespace