共用方式為


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

用於刪除、插入或更新作業之資料物件的型別。

適用於