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

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

戻り値

Type

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

適用対象