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

IsDiscountNull() public method

public IsDiscountNull ( ) : bool
return bool
                public bool IsDiscountNull()
                {
                    return IsNull(_tableOrder_Details.DiscountColumn);
                }
DataSetTypedDataSetTest.myTypedDataSet.Order_DetailsRow