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