Skip to main content
.NET 6.0+

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 Security server is used.

Namespace: DevExpress.ExpressApp.Security.ClientServer

Assembly: DevExpress.ExpressApp.Security.Xpo.v23.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 Security server is used; otherwise, false.

Remarks

For more information about Direct SQL Query execution under these conditions, refer to the following topic: Execute Direct SQL Queries in Integrated Mode and with Middle Tier Security.

See Also