[fdo-users] is there a way to have two differents order :
orderby col1 asc, col2 desc
Badreddine Karoui
badreddine.karoui at autodesk.com
Thu May 22 10:50:51 EDT 2008
That's available only for the SDF and SHP providers through custom commands: SdfIExtendedSelect and ShpIExtendedSelect.
Badreddine
-----Original Message-----
From: fdo-users-bounces at lists.osgeo.org [mailto:fdo-users-bounces at lists.osgeo.org] On Behalf Of Bruno Scott
Sent: Thursday, May 22, 2008 10:46 AM
To: fdo-users at lists.osgeo.org
Subject: [fdo-users] is there a way to have two differents order : orderby col1 asc, col2 desc
I can't figure out how to acheive this orderby statement with fdo
Order by col1 asc, col2 desc
We can easily had two order columns with FdoIdentifierCollection*
FdoIBaseSelect::GetOrdering() as it is a collection
But for FdoIBaseSelect::SetOrderingOption( FdoOrderingOption option ) we
can only specify one option, either FdoOrderingOption_Ascending or
FdoOrderingOption_Descending
Bruno Scott
--
View this message in context: http://www.nabble.com/is-there-a-way-to-have-two-differents-order-%3A-orderby-col1-asc%2C-col2-desc-tp17405893p17405893.html
Sent from the FDO Users mailing list archive at Nabble.com.
_______________________________________________
fdo-users mailing list
fdo-users at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/fdo-users
More information about the fdo-users
mailing list