Skip to main content
All docs
V24.2
.NET 8.0+

PostgreSqlConnectionProvider.FormatOuterApply(String, String) Method

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

public override string FormatOuterApply(
    string sql,
    string alias
)

#Parameters

Name Type
sql String
alias String

#Returns

Type
String
See Also