다음을 통해 공유


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

속성 값

결과가 업데이트되는 행에 적용되는 방식을 나타내는 값입니다.

적용 대상