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
操作中使用物件的資料型別。
傳回
用於刪除、插入或更新操作的資料物件類型。