Npgsql API Docs

NpgsqlCommandBuilder.GetDeleteCommand Method 

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

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

Parameters

row
Missing <param> documentation for row

Return Value

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

Remarks

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

See Also

NpgsqlCommandBuilder Class | Npgsql Namespace