DbInfo class
Represents a structure that contains information about some database
public class Korzh.EasyQuery.Db.DbInfo
Package: Korzh.EasyQuery.Db
(targets: netstandard2.0
)
Assembly: Korzh.EasyQuery.Db.dll
Constructors
Section titled “Constructors”Name | Type | Description |
---|---|---|
DbInfo(string name) | void | Initializes a new instance of the DbInfo class. |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
Name | string | Gets or sets the name of database. |
Methods
Section titled “Methods”Name | Type | Description |
---|---|---|
ToString() | string | Returns a |