3 references to InsertParameters
System.Web (3)
UI\WebControls\SqlDataSource.cs (1)
384
return GetView().
InsertParameters
;
UI\WebControls\SqlDataSourceView.cs (2)
848
InitializeParameters(command,
InsertParameters
, null);
849
AddParameters(command,
InsertParameters
, values, null, null);