ContextDataSourceView.GetDataObjectType(Type) 메서드

정의

삭제, 삽입 및 업데이트 작업에 사용할 데이터 개체의 형식을 검색합니다.

protected:
 virtual Type ^ GetDataObjectType(Type ^ type);
protected virtual Type GetDataObjectType(Type type);
abstract member GetDataObjectType : Type -> Type
override this.GetDataObjectType : Type -> Type
Protected Overridable Function GetDataObjectType (type As Type) As Type

매개 변수

type
Type

작업에 사용할 개체의 데이터 형식입니다.

반품

삭제, 삽입 또는 업데이트 작업에 사용된 데이터 개체의 형식입니다.

적용 대상