Esempio n. 1
0
 public static SelectQuery.FromClause.Join CrossApply(this ISqlTableSource table, string alias, params SelectQuery.FromClause.Join[] joins)
 {
     return(SelectQuery.CrossApply(table, alias, joins));
 }
Esempio n. 2
0
 public static SqlFromClause.Join CrossApply(this ISqlTableSource table, params SqlFromClause.Join[] joins)
 {
     return(SelectQuery.CrossApply(table, joins));
 }