ViewDto
Namespace: MJCZone.DapperMatic.AspNetCore.Models.Dtos
Assembly: MJCZone.DapperMatic.AspNetCore
Summary
Data transfer object for view information. Properties are nullable to support partial updates via PUT/PATCH operations.
public
Contents
Constructors (1) | Methods (4) | Properties (3)
Constructors
ViewDto
csharp
ViewDto()Methods
GetType
csharp
GetType()ToString
csharp
ToString()Equals
csharp
Equals()GetHashCode
csharp
GetHashCode()Properties
SchemaName
Gets or sets the schema name of the view.
Type: string?
ViewName
Gets or sets the name of the view. Required for create operations, optional for updates (used for rename when different from route parameter).
Type: string?
Definition
Gets or sets the definition of the view. Required for create operations, optional for updates.
Type: string?