Skip to main content
A newer version of this page is available. .
All docs
V21.1
.NET Framework 4.5.2+

PostgreSqlConnectionProvider.FormatOuterApply(String, String) Method

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v21.1.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