DbParameters class
Represents different parameters of database linked with this Korzh.EasyQuery.DataModel object
public class Korzh.EasyQuery.Db.DbParameters : Collection<DbParam>
Package: Korzh.EasyQuery.Db
(targets: netstandard2.0
)
Assembly: Korzh.EasyQuery.Db.dll
Constructors
Section titled “Constructors”Name | Type | Description |
---|---|---|
DbParameters() | void |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
ConnectionString | string | Gets or sets the connection string. |
GateClass | string | Gets or sets the ID of database gate. |
Item | string | Gets or sets the String with the specified name. |
LoginPrompt | bool | Gets or sets a value indicating whether Korzh.EasyQuery.Db.DbGate object should ask user for login and password when connect to database. |
Methods
Section titled “Methods”Name | Type | Description |
---|---|---|
FindByName(string name) | DbParam | Finds the database parameter by key. |