Skip to content

MJCZone.DapperMatic.AspNetCore.Models.Dtos

Assembly: MJCZone.DapperMatic.AspNetCore

Classes

NameDescription
CheckConstraintDtoData transfer object representing a check constraint.
ColumnDtoData transfer object representing a database column optimized for API responses.
DatasourceConnectivityTestDtoResult of a datasource connectivity test.
DatasourceDtoRepresents a datasource registration for DapperMatic operations. Contains connection information and metadata for database access.
DataTypeDtoData transfer object for a single provider data type.
DefaultConstraintDtoData transfer object representing a default constraint.
FieldDtoRepresents information about a field in query results.
FilterConditionDtoRepresents a single filter condition.
ForeignKeyConstraintDtoData transfer object representing a foreign key constraint.
IndexDtoData transfer object representing an index.
PaginationDtoRepresents pagination information for query results.
PrimaryKeyConstraintDtoData transfer object representing a primary key constraint.
QueryDto/// Request model for querying tables or views with filtering, sorting, and pagination.
QueryResultDtoRepresents the result of a query (table or view) with pagination information.
SchemaDtoRepresents a database schema.
TableDtoData transfer object representing a database table optimized for API responses. Properties are nullable to support partial updates via PUT/PATCH operations.
UniqueConstraintDtoData transfer object representing a unique constraint.
ViewDtoData transfer object for view information. Properties are nullable to support partial updates via PUT/PATCH operations.