DataObjectMethodAttribute.MethodType 属性

定义

获取一个 DataObjectMethodType 值,该值指示该方法所执行的数据操作类型。

public:
 property System::ComponentModel::DataObjectMethodType MethodType { System::ComponentModel::DataObjectMethodType get(); };
public System.ComponentModel.DataObjectMethodType MethodType { get; }
member this.MethodType : System.ComponentModel.DataObjectMethodType
Public ReadOnly Property MethodType As DataObjectMethodType

属性值

DataObjectMethodType 值之一,这些值标识 DataObjectMethodAttribute 所应用于的方法所执行的数据操作类型。

适用于