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

用于删除、插入或更新操作的数据对象的类型。

适用于