Aspose.Cells.GridWeb.Examples.CSharp.Articles.DataSet1.CategoriesRow.IsCategoryNameNull C# (CSharp) Method

IsCategoryNameNull() private method

private IsCategoryNameNull ( ) : bool
return bool
            public bool IsCategoryNameNull() {
                return this.IsNull(this.tableCategories.CategoryNameColumn);
            }