Skip to content

DmView

Namespace: MJCZone.DapperMatic.Models

Assembly: MJCZone.DapperMatic

Summary

Represents a view in a database.

public

Contents

Constructors (2) | Methods (4) | Properties (3)

Constructors

DmView

Initializes a new instance of the DmView class. Used for deserialization.

csharp
DmView()

DmView

Initializes a new instance of the DmView class.

csharp
DmView(string schemaName, string viewName, string definition)

Parameters

  • schemaName (string) - The schema name of the view.
  • viewName (string) - The name of the view.
  • definition (string) - The definition of the view.

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.

Type: string

Definition

Gets or sets the definition of the view.

Type: string