Firebird ADO.NET Provider SDK Documentation - v1.7

FbCommand.UpdatedRowSource Property

Gets or sets how the Update method should apply command results to the DataRow.

[Visual Basic]
<Category(Category:="Comportamiento"), _  DefaultValue(Value:=UpdateRowSource.Both)>
NotOverridable Public Property UpdatedRowSource As UpdateRowSource _
    Implements IDbCommand.UpdatedRowSource
[C#]
[Category(Category="Comportamiento")]
[DefaultValue(Value=UpdateRowSource.Both)]
public System.Data.UpdateRowSource UpdatedRowSource {get; set;}

Property Value

One of the System.Data.UpdateRowSource values.

Implements

IDbCommand.UpdatedRowSource

Remarks

The default UpdateRowSource value is Both unless the command is automatically generated, for example using the FbCommandBuilder), in which case the default will be None.

Exceptions

Exception Type Condition
ArgumentException The value entered was not one of the UpdateRowSource values.

See Also

FbCommand Class | FirebirdSql.Data.Firebird Namespace