Npgsql Api Docs

NpgsqlCommandBuilder.GetDeleteCommand Method (Boolean)

[Visual Basic]
Overloads Public Function GetDeleteCommand( _
   ByVal useColumnsForParameterNames As Boolean _
) As NpgsqlCommand
[C#]
new public NpgsqlCommand GetDeleteCommand(
   bool useColumnsForParameterNames
);

See Also

NpgsqlCommandBuilder Class | Npgsql Namespace | NpgsqlCommandBuilder.GetDeleteCommand Overload List