OracleCommand.UpdatedRowSource 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
Update
메서드가 명령 결과를 DataRow에 적용하는 방식을 지정하는 값을 가져오거나 설정합니다.
public:
property System::Data::UpdateRowSource UpdatedRowSource { System::Data::UpdateRowSource get(); void set(System::Data::UpdateRowSource value); };
public:
virtual property System::Data::UpdateRowSource UpdatedRowSource { System::Data::UpdateRowSource get(); void set(System::Data::UpdateRowSource value); };
public System.Data.UpdateRowSource UpdatedRowSource { get; set; }
public override System.Data.UpdateRowSource UpdatedRowSource { get; set; }
member this.UpdatedRowSource : System.Data.UpdateRowSource with get, set
Public Property UpdatedRowSource As UpdateRowSource
Public Overrides Property UpdatedRowSource As UpdateRowSource
속성 값
UpdateRowSource 값 중 하나입니다.
구현
예외
입력한 값이 UpdateRowSource 값 중 하나가 아닌 경우
설명
기본 UpdateRowSource 값은 Both
명령이 자동으로 생성되지 않는 한(의 OracleCommandBuilder경우와 같이) 이고, 이 경우 기본값은 입니다 None
.
속성 사용에 UpdateRowSource 대한 자세한 내용은 DataAdapter 매개 변수를 참조하세요.