Npgsql API Documentation

NpgsqlCommandBuilder.GetUpdateCommand Method 

[This is preliminary documentation and subject to change.]

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

See Also

NpgsqlCommandBuilder Class | Npgsql Namespace