ContextDataSourceView.GetDataObjectType(Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索要用于删除、插入和更新操作的数据对象的类型。
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
要用于操作的对象的数据类型。
返回
用于删除、插入或更新操作的数据对象的类型。