Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum System.​ComponentModel.​DataObjectMethodType

Assembly: System.ComponentModel.TypeConverter

Identifies the type of data operation performed by a method, as specified by the <see cref="T:System.ComponentModel.DataObjectMethodAttribute" /> applied to the method.

Values

Fill
Indicates that a method is used for a data operation that fills a <see cref="T:System.Data.DataSet" /> object.
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.
Insert
Indicates that a method is used for a data operation that inserts data.
Delete
Indicates that a method is used for a data operation that deletes data.