Npgsql API Documentation

NpgsqlDataAdapter Class

[This is preliminary documentation and subject to change.]

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

System.Object
   MarshalByRefObject
      Component
         DataAdapter
            DbDataAdapter
               NpgsqlDataAdapter

[Visual Basic]
<DesignerCategory(Category="Component")>
NotInheritable Public Class NpgsqlDataAdapter
Inherits DbDataAdapter
Implements 
[C#]
[DesignerCategory(Category="Component")]
public sealed class NpgsqlDataAdapter : DbDataAdapter, IDbDataAdapter

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 Npgsql.dll)

See Also

NpgsqlDataAdapter Members | Npgsql Namespace