Aspose.Cells.GridWeb.Examples.CSharp.Articles.DataSet1.CategoriesDataTable.Clone C# (CSharp) Method

Clone() private method

private Clone ( ) : global::System.Data.DataTable
return global::System.Data.DataTable
            public override global::System.Data.DataTable Clone() {
                CategoriesDataTable cln = ((CategoriesDataTable)(base.Clone()));
                cln.InitVars();
                return cln;
            }