DatasourceConnectivityTestDto
Namespace: MJCZone.DapperMatic.AspNetCore.Models.Dtos
Assembly: MJCZone.DapperMatic.AspNetCore
Summary
Result of a datasource connectivity test.
public
Contents
Constructors (1) | Methods (4) | Properties (7)
Constructors
DatasourceConnectivityTestDto
csharp
DatasourceConnectivityTestDto()Methods
GetType
csharp
GetType()ToString
csharp
ToString()Equals
csharp
Equals()GetHashCode
csharp
GetHashCode()Properties
DatasourceId
Gets or sets the datasource ID that was tested.
Type: string?
Connected
Gets or sets a value indicating whether the connection was successful.
Type: bool?
Provider
Gets or sets the database provider name.
Type: string?
ServerVersion
Gets or sets the database server version if available.
Type: string?
DatabaseName
Gets or sets the database name if available.
Type: string?
ErrorMessage
Gets or sets any error message if the connection failed.
Type: string?
ResponseTimeMs
Gets or sets the response time in milliseconds.
Type: long?