Skip to content

DatasourceDto

Namespace: MJCZone.DapperMatic.AspNetCore.Models.Dtos

Assembly: MJCZone.DapperMatic.AspNetCore

Summary

Represents a datasource registration for DapperMatic operations. Contains connection information and metadata for database access.

sealed public

Contents

Constructors (1) | Methods (4) | Properties (9)

Constructors

DatasourceDto

csharp
DatasourceDto()

Methods

GetType

csharp
GetType()

ToString

csharp
ToString()

Equals

csharp
Equals()

GetHashCode

csharp
GetHashCode()

Properties

Id

Gets or sets the unique name identifier for this datasource.

Type: string?

Provider

Gets or sets the database provider type.

Type: string?

ConnectionString

Gets or sets the connection string for database access.

Type: string?

DisplayName

Gets or sets the display name for this datasource.

Type: string?

Description

Gets or sets a description of this datasource.

Type: string?

Tags

Gets or sets additional tags for categorizing this datasource.

Type: ICollection<string>?

IsEnabled

Gets or sets a value indicating whether gets or sets whether this datasource is enabled for use.

Type: bool?

CreatedAt

Gets the date and time when this datasource was created.

Type: DateTimeOffset?

UpdatedAt

Gets the date and time when this datasource was last updated.

Type: DateTimeOffset?