System.ComponentModel.DataObjectMethodType Enumeration

Identifies the type of data operation performed by a method, as specified by the System.ComponentModel.DataObjectMethodAttribute applied to the method.

Syntax

public enum DataObjectMethodType

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
Delete

Indicates that a method is used for a data operation that deletes data.

Fill

Indicates that a method is used for a data operation that fills a System.Data.DataSet object.

Insert

Indicates that a method is used for a data operation that inserts data.

Select

Indicates that a method is used for a data operation that retrieves data.

Update

Indicates that a method is used for a data operation that updates data.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0