DataContext(conn).GetTable("Customers").Where({$_.City="London"}).OrderBy({$_.LastName})
The future just keeps getting better all around!
--
Jeffrey Snover [MSFT]
Windows Command Shell Architect
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no rights.
<kfa...@thuban.org> wrote in message
news:1127171854....@g47g2000cwa.googlegroups.com...
So this could mean that AD/SQL/WinFS/etc providers/cmdlets could actually
convert "where-object { $_ }" syntax into an expression tree and then to a
LDAP/SQL query filter that is processed on the server? If yes, then this is
exactly what is was looking for! (see bug 342484741)
> The future just keeps getting better all around!
Definitely!
--
Jeffrey Snover [MSFT]
Windows Command Shell Architect
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no rights.
"Jouko Kynsijärvi" <jouko.ky...@nospam.nospam> wrote in message
news:O60aRGev...@tk2msftngp13.phx.gbl...
Pushing pipelining into the BCL? That could make me a very happy man.
I imagine it'd fit right in with WWF.