DbmsMetadata Class
Defines DBMS metadata
Namespace
Songhay.Models
Base Types
  • object
graph BT Type-->Base0["object"] Type["DbmsMetadata"] class Type type-node

Syntax

public class DbmsMetadata

Properties

Name Property Type Summary
ConnectionString string
Gets or sets the connection string.
ConnectionStringKey string
Gets or sets the connection string key.
EncryptionMetadata EncryptionMetadata
Gets or sets the encryption metadata.
ProviderName string
Gets or sets the name of the provider.

Methods

Name Return Value Summary
ToString() string
Returns a String that represents this instance.

Extension Methods

Name Value Summary
IsAssignableToISerializable<DbmsMetadata>() bool
Determines whether the specified type can be assigned to System.Runtime.Serialization.ISerializable.
ToObjectOrDbNull<DbmsMetadata>() object
Boxes the nullable in object or returns DBNull.
ToReferenceTypeValueOrThrow<DbmsMetadata>(string) T
Returns the non-null value of the specified, nullable reference type or throws an ArgumentNullException when the value is null.