1 write to _context
System.Web (1)
UI\WebControls\SqlDataSourceView.cs (1)
76
_context
= context;
3 references to _context
System.Web (3)
UI\WebControls\SqlDataSourceView.cs (3)
927
IOrderedDictionary parameterValues = FilterParameters.GetValues(
_context
, _owner);
1070
IOrderedDictionary parameterValues = FilterParameters.GetValues(
_context
, _owner);
1205
IOrderedDictionary values = parameters.GetValues(
_context
, _owner);