ConnectionProviderSql.FormatOuterApply(String, String) Method
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
| Name | Type |
|---|---|
| sql | String |
| alias | String |
Returns
| Type |
|---|
| String |
See Also
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
public virtual string FormatOuterApply(
string sql,
string alias
)
Public Overridable Function FormatOuterApply(
sql As String,
alias As String
) As String
| Name | Type |
|---|---|
| sql | String |
| alias | String |
| Type |
|---|
| String |