An NDoc Documented Class Library

NpgsqlDataAdapter Class

Missing <summary> documentation for T:Npgsql.NpgsqlDataAdapter

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
    Implements IDbDataAdapter
[C#]
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.

Remarks

Missing <remarks> documentation for T:Npgsql.NpgsqlDataAdapter

Requirements

Namespace: Npgsql

Assembly: Npgsql (in Npgsql.dll)

See Also

NpgsqlDataAdapter Members | Npgsql Namespace