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

SetDiscountNull() public method

public SetDiscountNull ( ) : void
return void
                public void SetDiscountNull()
                {
                    this[_tableOrder_Details.DiscountColumn] = DBNull.Value;
                }
            }
DataSetTypedDataSetTest.myTypedDataSet.Order_DetailsRow