Aspose.Cells.GridWeb.Examples.CSharp.Articles.DataSet1.CustomersDataTable.Clone C# (CSharp) Méthode

Clone() private méthode

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