PostgreSqlConnectionProvider.FormatSelect(String, String, String, String, String, String, Int32, Int32) Method
In This Article
This member supports the internal infrastructure and is not intended to be used directly from your code.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#Parameters
Name | Type |
---|---|
selected |
String |
from |
String |
where |
String |
order |
String |
group |
String |
having |
String |
skip |
Int32 |
top |
Int32 |
#Returns
Type |
---|
String |
See Also