dbparameters-class
Represents different parameters of database linked with this Korzh.EasyQuery.DataModel object
public class Korzh.EasyQuery.Db.DbParameters
: Collection<DbParam>
Assembly: Korzh.EasyQuery.Db.dll
Constructors
Name | Type | Description |
---|---|---|
DbParameters() | void |
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. |
Schemas | string | Gets or sets schemas. |
ShowDbNameForTables | bool | Gets or sets a value indicating whether the name of a table shown in DME (or other tool) should be prefixed with the name of the database it belongs. |
Methods
Name | Type | Description |
---|---|---|
FindByName(string name) | DbParam | Finds the database parameter by key. |