Skip to main content
A newer version of this page is available. .

MSSqlConnectionProvider.NativeOuterApplySupported Property

Indicates whether the connection provider supports the OUTER APPLY operators.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public override bool NativeOuterApplySupported { get; }

Property Value

Type Description
Boolean

true for MS SQL Server version 2005 and later; otherwise, false.

Remarks

This member supports the internal infrastructure and is not intended to be used directly from your code.

See Also