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

操作中使用物件的資料型別。

傳回

用於刪除、插入或更新操作的資料物件類型。

適用於