Ejemplo n.º 1
0
        public SimpleTable JoinTables(SimpleTableJoinType joinType, SimpleTable table1, SimpleTable table2, string filterExpression)
        {
            //TODO: finish join functionality later! definitely not a top priority
            SimpleTable newtable = new SimpleTable();

            return(newtable);
        }
Ejemplo n.º 2
0
		public SimpleTable JoinTables(SimpleTableJoinType joinType, SimpleTable table1, SimpleTable table2, string filterExpression) 
		{
			//TODO: finish join functionality later! definitely not a top priority
			SimpleTable newtable = new SimpleTable();
			return newtable;
		}