SqliteCommand.UpdatedRowSource 属性

定义

获取或设置一个值,该值指示结果如何应用于要更新的行。

public override System.Data.UpdateRowSource UpdatedRowSource { get; set; }
member this.UpdatedRowSource : System.Data.UpdateRowSource with get, set
Public Overrides Property UpdatedRowSource As UpdateRowSource

属性值

一个 值,该值指示结果如何应用于要更新的行。

适用于