LinqDataSourceView.GetDataObjectType(Type) 方法

定義

取得要用於刪除、插入和更新作業的資料物件型別。

protected:
 virtual Type ^ GetDataObjectType(Type ^ tableType);
protected virtual Type GetDataObjectType (Type tableType);
abstract member GetDataObjectType : Type -> Type
override this.GetDataObjectType : Type -> Type
Protected Overridable Function GetDataObjectType (tableType As Type) As Type

參數

tableType
Type

資料表類型。

傳回

資料物件型別。

適用於

另請參閱