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

数据对象类型。

适用于

另请参阅