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