ConnectionProviderSql.FormatSelect(String, String, String, String, String, String, Int32, Int32) Method
In This Article
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public virtual string FormatSelect(
string selectedPropertiesSql,
string fromSql,
string whereSql,
string orderBySql,
string groupBySql,
string havingSql,
int skipSelectedRecords,
int topSelectedRecords
)
#Parameters
Name | Type |
---|---|
selected |
String |
from |
String |
where |
String |
order |
String |
group |
String |
having |
String |
skip |
Int32 |
top |
Int32 |
#Returns
Type |
---|
String |
See Also