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