2 references to ClearFunctionCalled
System.Data.Common (2)
System\Data\DataSet.cs (1)
3200
internal void OnClearFunctionCalled(DataTable? table) =>
ClearFunctionCalled
?.Invoke(this, table);
System\Xml\XmlDataDocument.cs (1)
281
_dataSet.
ClearFunctionCalled
+= new DataSetClearEventhandler(OnClearCalled);