Share via


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

テーブルの型です。

戻り値

Type

データ オブジェクトの型。

適用対象

こちらもご覧ください