Deveel.Data.Sql.Query.TablePlan.Clone C# (CSharp) Method

Clone() public method

public Clone ( ) : TablePlan
return TablePlan
        public TablePlan Clone()
        {
            return new TablePlan(Plan, ColumnNames, UniqueNames);
        }