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