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

SecuredObjectSpaceProvider.AllowICommandChannelDoWithSecurityContext Property

Indicates whether execution of Direct SQL Queries and Stored Procedures is allowed in Integrated Mode of the Security System, or when the Middle Tier Application Server is used.

Namespace: DevExpress.ExpressApp.Security.ClientServer

Assembly: DevExpress.ExpressApp.Security.Xpo.v20.2.dll

Declaration

public bool AllowICommandChannelDoWithSecurityContext { get; set; }

Property Value

Type Description
Boolean

true if execution of Direct SQL Queries and Stored Procedures is allowed in Integrated Mode of the Security System, or when the Middle Tier Application Server is used; otherwise, false.

See Also