Npgsql API Docs

NpgsqlCommandBuilder.GetInsertCommand Method 

Missing <summary> documentation for M:Npgsql.NpgsqlCommandBuilder.GetInsertCommand(System.Data.DataRow)

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

Parameters

row
Missing <param> documentation for row

Return Value

Missing <returns> documentation for M:Npgsql.NpgsqlCommandBuilder.GetInsertCommand(System.Data.DataRow)

Remarks

Missing <remarks> documentation for M:Npgsql.NpgsqlCommandBuilder.GetInsertCommand(System.Data.DataRow)

See Also

NpgsqlCommandBuilder Class | Npgsql Namespace