Skip to main content
All docs
V26.1
  • EFCoreObjectSpace.GetObjects(Type, CriteriaOperator, IList<SortProperty>, Boolean) Method

    Namespace: DevExpress.ExpressApp.EFCore

    Assembly: DevExpress.ExpressApp.EFCore.v26.1.dll

    NuGet Package: DevExpress.ExpressApp.EFCore

    Declaration

    public override IList GetObjects(
        Type objectType,
        CriteriaOperator criteria,
        IList<SortProperty> sorting,
        bool inTransaction
    )

    Parameters

    Name Type
    objectType Type
    criteria CriteriaOperator
    sorting IList<SortProperty>
    inTransaction Boolean

    Returns

    Type
    IList
    See Also