Npgsql API Docs
NpgsqlCommandBuilder.GetDeleteCommand Method
[Visual Basic]
Public Function GetDeleteCommand( _
ByVal
row
As
DataRow
_
) As
NpgsqlCommand
[C#]
public
NpgsqlCommand
GetDeleteCommand(
DataRow
row
);
See Also
NpgsqlCommandBuilder Class
|
Npgsql Namespace