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 MJCZone.DapperMatic.Models.DmView class. Used for deserialization.

csharp
DmView()

DmView ​

Initializes a new instance of the MJCZone.DapperMatic.Models.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
void GetType()

ToString ​

csharp
void ToString()

Equals ​

csharp
void Equals()

GetHashCode ​

csharp
void 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