Aspose.Cells.GridWeb.Examples.CSharp.Articles.DataSet1.CategoriesRow.IsCategoryNameNull C# (CSharp) Méthode

IsCategoryNameNull() private méthode

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