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