Aspose.Cells.GridWeb.Examples.CSharp.Articles.DataSet1.ProductsDataTable.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() {
                ProductsDataTable cln = ((ProductsDataTable)(base.Clone()));
                cln.InitVars();
                return cln;
            }