Пример #1
0
 public static SelectQuery.FromClause.Join OuterApply(this ISqlTableSource table, string alias, params SelectQuery.FromClause.Join[] joins)
 {
     return(SelectQuery.OuterApply(table, alias, joins));
 }
Пример #2
0
 public static SqlFromClause.Join OuterApply(this ISqlTableSource table, params SqlFromClause.Join[] joins)
 {
     return(SelectQuery.OuterApply(table, joins));
 }