DataObjectMethodAttribute Constructor

 

Initializes a new instance of the DataObjectMethodAttribute class.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodDataObjectMethodAttribute(DataObjectMethodType)

Initializes a new instance of the DataObjectMethodAttribute class and identifies the type of data operation the method performs.

System_CAPS_pubmethodDataObjectMethodAttribute(DataObjectMethodType, Boolean)

Initializes a new instance of the DataObjectMethodAttribute class, identifies the type of data operation the method performs, and identifies whether the method is the default data method that the data object exposes.

Return to top
Show: