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