System.Data.DataSet.OnClearFunctionCalled C# (CSharp) Method

OnClearFunctionCalled() private method

private OnClearFunctionCalled ( DataTable table ) : void
table DataTable
return void
        internal void OnClearFunctionCalled(DataTable table) => ClearFunctionCalled?.Invoke(this, table);