DatasourceExistsResponse
Namespace: MJCZone.DapperMatic.AspNetCore.Models.Responses
Assembly: MJCZone.DapperMatic.AspNetCore
Summary
Response model for checking if a datasource exists.
public
Contents
Constructors (2) | Methods (4) | Properties (1)
Constructors
DatasourceExistsResponse
Initializes a new instance of the DatasourceExistsResponse class.
csharp
DatasourceExistsResponse()DatasourceExistsResponse
Initializes a new instance of the DatasourceExistsResponse class.
csharp
DatasourceExistsResponse(bool exists)Parameters
- exists (bool) - Whether the datasource exists.
Methods
GetType
csharp
GetType()ToString
csharp
ToString()Equals
csharp
Equals()GetHashCode
csharp
GetHashCode()Properties
Result
Gets or sets a value indicating whether the datasource exists.
Type: bool