Class DbmsMetadata
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
ConnectionStringKey
Gets or sets the connection string key.
public string? ConnectionStringKey { get; set; }
Property Value
EncryptionMetadata
Gets or sets the encryption metadata.
public EncryptionMetadata? EncryptionMetadata { get; set; }
Property Value
ProviderName
Gets or sets the name of the provider.
public string? ProviderName { get; set; }
Property Value
Methods
ToString()
Returns a string that represents this instance.
public override string ToString()