다음을 통해 공유


QueryableDataSourceView.Insert(IDictionary) 메서드

정의

QueryableDataSourceView 개체가 나타내는 데이터 항목에서 비동기 삽입 작업을 수행합니다.

public:
 int Insert(System::Collections::IDictionary ^ values);
public int Insert (System.Collections.IDictionary values);
override this.Insert : System.Collections.IDictionary -> int
Public Function Insert (values As IDictionary) As Integer

매개 변수

values
IDictionary

삽입할 행의 값입니다.

반환

Int32

데이터 소스에 삽입된 행의 수입니다.

적용 대상