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

操作に使用するオブジェクトのデータ型。

返品

削除、挿入、または更新の操作に使用されたデータ オブジェクトの型。

適用対象