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