11 references to DataObjectMethodType
System (4)
compmod\system\componentmodel\DataObjectMethodAttribute.cs (4)
18
private
DataObjectMethodType
_methodType;
20
public DataObjectMethodAttribute(
DataObjectMethodType
methodType) : this(methodType, false) {
23
public DataObjectMethodAttribute(
DataObjectMethodType
methodType, bool isDefault) {
34
public
DataObjectMethodType
MethodType {
System.Web (7)
UI\WebControls\ObjectDataSourceView.cs (7)
1313
private static
DataObjectMethodType
GetMethodTypeFromOperation(DataSourceOperation operation) {
1316
return
DataObjectMethodType
.Delete;
1318
return
DataObjectMethodType
.Insert;
1320
return
DataObjectMethodType
.Select;
1322
return
DataObjectMethodType
.Update;
1461
DataObjectMethodType
methodType =
DataObjectMethodType
.Select;