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