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]
Overrides Public Property UpdatedRowSource As UpdateRowSource _
    Implements IDbCommand.UpdatedRowSource
[C#]
public override System.Data.UpdateRowSource UpdatedRowSource {get; set;}

Property Value

One of the UpdateRowSource values.

Implements

IDbCommand.UpdatedRowSource

See Also

NpgsqlCommand Class | Npgsql Namespace