Npgsql API Documentation

NpgsqlCommandBuilder.GetInsertCommand Method 

[This is preliminary documentation and subject to change.]

[Visual Basic]
Public Function GetInsertCommand( _
   ByVal row As DataRow _
) As NpgsqlCommand
[C#]
public NpgsqlCommand GetInsertCommand(
   DataRow row
);

See Also

NpgsqlCommandBuilder Class | Npgsql Namespace