System.Data.Tests.DataSetTypedDataSetTest.myTypedDataSet.OrdersRowChangeEvent.OrdersRowChangeEvent C# (CSharp) Method

OrdersRowChangeEvent() public method

public OrdersRowChangeEvent ( OrdersRow row, DataRowAction action ) : Xunit
row OrdersRow
action DataRowAction
return Xunit
                public OrdersRowChangeEvent(OrdersRow row, DataRowAction action)
                {
                    _eventRow = row;
                    _eventAction = action;
                }
DataSetTypedDataSetTest.myTypedDataSet.OrdersRowChangeEvent