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