SecuredXPObjectSpaceProviderOptions.AllowICommandChannelDoWithSecurityContext Property
Allows to pass commands to database provider.
Namespace: DevExpress.ExpressApp.ApplicationBuilder
Assembly: DevExpress.ExpressApp.Security.Xpo.v25.1.dll
NuGet Package: DevExpress.ExpressApp.Security.Xpo
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
If you set this property to true, it indicates that you can execute Direct SQL Queries and Stored Procedures in Integrated Mode of the Security System, or when the Middle Tier Security server is used.
See Also