Table of Contents

Class DbmsMetadata

Namespace
Songhay.Models
Assembly
SonghayCore.dll

Defines DBMS metadata

public class DbmsMetadata
Inheritance
DbmsMetadata
Inherited Members
Extension Methods

Properties

ConnectionString

Gets or sets the connection string.

public string? ConnectionString { get; set; }

Property Value

string

ConnectionStringKey

Gets or sets the connection string key.

public string? ConnectionStringKey { get; set; }

Property Value

string

EncryptionMetadata

Gets or sets the encryption metadata.

public EncryptionMetadata? EncryptionMetadata { get; set; }

Property Value

EncryptionMetadata

ProviderName

Gets or sets the name of the provider.

public string? ProviderName { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents this instance.

public override string ToString()

Returns

string

A string that represents this instance.