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 _
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