Npgsql API Docs

NpgsqlCommandBuilder.DeriveParameters Method 

Missing <summary> documentation for M:Npgsql.NpgsqlCommandBuilder.DeriveParameters(Npgsql.NpgsqlCommand)

[Visual Basic]
Public Shared Sub DeriveParameters( _
   ByVal command As NpgsqlCommand _
)
[C#]
public static void DeriveParameters(
   NpgsqlCommand command
);

Parameters

command
Missing <param> documentation for command

Remarks

Missing <remarks> documentation for M:Npgsql.NpgsqlCommandBuilder.DeriveParameters(Npgsql.NpgsqlCommand)

See Also

NpgsqlCommandBuilder Class | Npgsql Namespace