Skip to main content
All docs
V25.1
  • .NET 8.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.v25.1.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 XPO Middle Tier Security.

    See Also