Npgsql API Docs

NpgsqlCommand.UpdatedRowSource Property

Gets or sets how command results are applied to the DataRow when used by the Update method of the DbDataAdapter.

[Visual Basic]
NotOverridable Public Property UpdatedRowSource As UpdateRowSource _
    Implements IDbCommand.UpdatedRowSource
[C#]
public System.Data.UpdateRowSource UpdatedRowSource {get; set;}

Property Value

One of the UpdateRowSource values.

Implements

IDbCommand.UpdatedRowSource

Remarks

Missing <remarks> documentation for P:Npgsql.NpgsqlCommand.UpdatedRowSource

See Also

NpgsqlCommand Class | Npgsql Namespace