3 references to DataMethodsType
System.Web (3)
UI\WebControls\CallingDataMethodsEventArgs.cs (1)
19
/// When this property is set, <see cref='System.Web.UI.WebControls.CallingDataMethodsEventArgs.
DataMethodsType
' /> should not be set.
UI\WebControls\ModelDataSourceView.cs (2)
1125
if (e.
DataMethodsType
!= null) {
1131
type = e.
DataMethodsType
;