Npgsql API Docs

NpgsqlCommandBuilder.GetUpdateCommand Method 

Missing <summary> documentation for M:Npgsql.NpgsqlCommandBuilder.GetUpdateCommand(System.Data.DataRow)

[Visual Basic]
Public Function GetUpdateCommand( _
   ByVal row As DataRow _
) As NpgsqlCommand
[C#]
public NpgsqlCommand GetUpdateCommand(
   DataRow row
);

Parameters

row
Missing <param> documentation for row

Return Value

Missing <returns> documentation for M:Npgsql.NpgsqlCommandBuilder.GetUpdateCommand(System.Data.DataRow)

Remarks

Missing <remarks> documentation for M:Npgsql.NpgsqlCommandBuilder.GetUpdateCommand(System.Data.DataRow)

See Also

NpgsqlCommandBuilder Class | Npgsql Namespace