Table of Contents

Enum DataAccessType

Namespace
OpenSettings.Models
Assembly
OpenSettings.dll

Specifies the type of data access used by the provider for data persistence. This enum is used to define how data is stored and accessed within the provider.

public enum DataAccessType

Fields

Orm = 1

Represents the use of an Object-Relational Mapper (ORM) for data persistence. The ORM approach abstracts the database interactions, allowing objects in the application to be mapped to relational database tables.