Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 792 Bytes

index.rst

File metadata and controls

52 lines (38 loc) · 792 Bytes

Welcome to x10tt's documentation!

x10tt is a C# library with extensions to EntityFramework.

Check out the :doc:`usage` section for further information, including how to :ref:`installation` the project.

Note

This project is under active development.

.. toctree::
   :titlesonly:
   :glob:
   :caption: Getting Started
   :hidden:

   usage

.. toctree::
   :titlesonly:
   :glob:
   :caption: Attributes
   :hidden:

   attributes/*

.. toctree::
   :titlesonly:
   :glob:
   :caption: Caches
   :hidden:

   comparison-cache
   property-cache

.. toctree::
   :titlesonly:
   :glob:
   :caption: Models
   :hidden:

   models/*

.. toctree::
   :titlesonly:
   :glob:
   :caption: QueryableExtensions
   :hidden:

   queryable-extensions/*