Skip to main content
All docs
V25.1
  • .NET 8.0+

    EFCachedRequestSecurityAdapter.GetRealObject(Object, IObjectSpace, out IObjectSpace) Method

    Namespace: DevExpress.ExpressApp.Security.EF.Adapters

    Assembly: DevExpress.ExpressApp.Security.EF6.v25.1.dll

    Declaration

    public override object GetRealObject(
        object targetObject,
        IObjectSpace objectSpace,
        out IObjectSpace realObjectSpace
    )

    Parameters

    Name Type
    targetObject Object
    objectSpace IObjectSpace
    realObjectSpace IObjectSpace

    Returns

    Type
    Object
    See Also